JtoolBar in visual Designer

jahnvi <[email protected]> Tue, 19 Aug 2008 07:37:13 -0700 (PDT)
Newsgroups gmane.comp.java.netbeans.user-interface
Message-ID <[email protected]>
I am trying to use JToolBar in netbeans IDE.
i want to add JButton to right side of JToolBar.

how do i do that using netbeans visual designer. 

i can do by writing code

jToolBar1.add(Box.createHorizontalGlue());
jToolBar1.add(new JButton("Button 4"));

any idea, how this can be done using IDE.

Thanks
-- 
View this message in context: http://www.nabble.com/JtoolBar-in-visual-Designer-tp19051088p19051088.html
Sent from the Netbeans - UI mailing list archive at Nabble.com.