-1

i want to add Label,buttons,text box above another label in netbeans 6.8 ,how can i do so??

Brian Driscoll
  • 19,373
  • 3
  • 46
  • 65

2 Answers2

0

Take a look at those tutorials and the screencast: http://netbeans.org/kb/trails/matisse.html

It's basically pure drag-and-drop.

Anthony Accioly
  • 21,918
  • 9
  • 70
  • 118
0

What your talking about isn't in fact NetBeans, its the Swing Application Framework. NetBeans just provides a GUI to make development with Swing easier. Check out the link above for more information.

Robert Harvey
  • 178,213
  • 47
  • 333
  • 501
Brian DiCasa
  • 9,369
  • 18
  • 65
  • 97