I created a menubar in applet.And i want the menu item in the right
position of the menu bar...can u help me.....
Ed - 22 Feb 2006 11:34 GMT
anna skrev:
> I created a menubar in applet.And i want the menu item in the right
> position of the menu bar...can u help me.....
Micro-snippet:
// Add the menus
menuBar.add(fileMenu);
menuBar.add(viewMenu);
menuBar.add(Box.createHorizontalGlue()); // Right-justify Help
menuBar.add(helpMenu);
.ed
--
www.EdmundKirwan.com - Home of The Fractal Class Composition.
Vova Reznik - 22 Feb 2006 19:30 GMT
> I created a menubar in applet.And i want the menu item in the right
> position of the menu bar...can u help me.....
java.awt.Component:
public void setComponentOrientation(ComponentOrientation o)
ComponentOrientation.RIGHT_TO_LEFT