But what I meant is how to create a layout and behavior of the GUI such as the screenshot (netbeans IDE) on my first post.
Thanks again
Michael Dunn
Rancher
Joined: Jun 09, 2003
Posts: 4041
posted
0
> But what I meant is how to create a layout and behavior of the GUI such as the screenshot (netbeans IDE) on my first post.
you want to build an IDE and you don't know what the parts are or how they work?
go through the links provided and learn for yourself what they do.
Ryan Sykes
Ranch Hand
Joined: Jan 18, 2012
Posts: 58
posted
0
Or, go look at the Netbeans source: http://netbeans.org/community/sources/ and find the parts that describe the UI elements you are interested in. Read that and perhaps you might learn how the UI is implemented.