This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have a JMenuBar and i have 'added' a few JMenus to it. Problem is they are arranged left to right horizontally in a default box layout, and seem attached to each other, how can i create a space between the menus ? thanks
Marcel de Jong
Ranch Hand
Joined: May 27, 2002
Posts: 54
posted
0
Sarim, did you try to use the method JMenu.addSeparator() Otherwise, take a look at the JSeparator class in the API. Marcel
Chantal Ackermann
Ranch Hand
Joined: Sep 28, 2000
Posts: 508
posted
0
could you paste the code where you are adding the menus to the menubar? normally there should be space between them. maybe your frame is just to small?!