Pane

JSplitPane Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that will have a JSplitPane Component in Java. A JSplitPane is used to let the user divides the two components that can also be resized by the user. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jSpliPaneComponent.java. 2.

JTabbedPane Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that has the JTabbedPane Component using Java. The JTabbedPane is used to let the user switch on other menus or components by clicking on a tab with a given title or icon. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jTabbedPaneComponent.java. 2.

How to Create a Docking Pane Form in VB6.0

Submitted by donbermoy on
Hi. In this tutorial, i will teach you how to create a program that has a docking pane interface in your form. This docking pane interface or tool is one of the functions that i have created mostly in my created projects and systems to beautify forms. Now, let's start this tutorial. 1. First, download first Codejock software in the web and then install it. 2. Go to the components menu and check Xtreme Docking Pane ActiveX Control. output 3. Create an MDI form.