View Single Post
  #4 (permalink)  
Old 07-19-2007, 01:12 PM
vata2999 vata2999 is offline
Member
 
Join Date: Jul 2007
Posts: 9
vata2999 is on a distinguished road
Also you can use ComponentOrientation
JPanel jContentPane;

jContentPane.setComponentOrientation(ComponentOrie ntation.Right_TO_LEFT)

for more information :
Using Layout Managers (The Java™ Tutorials > Creating a GUI with JFC/Swing > Laying Out Components Within a Container)

Last edited by vata2999 : 07-19-2007 at 01:14 PM. Reason: Add a link
Reply With Quote