View Single Post
  #2 (permalink)  
Old 05-19-2007, 02:16 PM
johnt johnt is offline
Super Moderator
 
Join Date: Apr 2007
Posts: 30
johnt is on a distinguished road
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.
Reply With Quote