currently In my netbeans there is no palette available for SWING.I want to add swing palette to create GridLayout,BorderKLayout etc., in my App.Please let me know how to add SWING palette to netbeans...
Printable View
currently In my netbeans there is no palette available for SWING.I want to add swing palette to create GridLayout,BorderKLayout etc., in my App.Please let me know how to add SWING palette to netbeans...
Netbeans as a special form concept. The Swing palette is only opened when you opened (or activated) a swing form. So in addition to your *.java files, netbeans creates and keeps track of *.form file for your GUI building activities at the background.
Check following tutorial for details:
GUI Building in NetBeans IDE 5.0
I also found this FAQ. It looks useful too:
NetBeans Wiki: NetBeansUserFAQ