Thread
:
How to make the menu bar objects appears from right to left
View Single Post
#
2
(
permalink
)
05-19-2007, 02:16 PM
johnt
Super Moderator
Join Date: Apr 2007
Posts: 30
Call following method of your menubar:
Code:
menubar.setLayout(new FlowLayout(FlowLayout.RIGHT));
and add the menu items backwards. If normal is File, Edit, Help, add them as Help, Edit, File. It should work.
johnt
View Public Profile
Send a private message to johnt
Find all posts by johnt