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
|