| Author |
How to display JFrame with orientation Right_To_Left in Windows 7 64bit..?
|
Jamil Shreet
Greenhorn
Joined: Dec 11, 2010
Posts: 5
|
|
Hello:
This is a simple code to display the JFrame on Windows 7 64 bit with Component Orientation Right to left(for Arabic user) but it doesn't work..!? the frame stay from left to right....!! nothing change
I don't know if the problem with Windows 7 64 bit or from my code.........!!?
This is the code
and I try to use method( jFrame.applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT) ) but I got the same result noting change......!!
although the Locale for my Windows is Jordan and the Format and display Language is Arabic Jordan
I hope you help me.
|
 |
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1808
|
|
|
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
And welcome to JavaRanch
|
 |
 |
|
|
subject: How to display JFrame with orientation Right_To_Left in Windows 7 64bit..?
|
|
|