|
-
October 9th, 1999, 06:39 AM
#1
JToolBar
I'm using JDK1.2 classes. How to put a vertical line inbetween group of buttons on jtoolbar.
if i use seperator , it's showing empty space.but i need Vertical line
please suggest
sat
-
October 9th, 1999, 01:34 PM
#2
Re: JToolBar
Try like this ,
MyToolBar.add( new JSeparator( SwingConstants.VERTICAL ));
This will add a vertical line in your toolbar ( I am using JDK1.2.2).
-
October 13th, 1999, 07:53 AM
#3
Re: JToolBar
By using earlier mail statement, i'm not getting vertical line but getting rectangle on the toolbar.
suggest
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|