| Author |
Displaying the close,min and max button on the left of JFrame
|
Abhishek Reddy
Ranch Hand
Joined: Mar 28, 2006
Posts: 259
|
|
Iam working on Internationalizing the Swing apllication... The application has to support Arabic Locale...implies components are aligned from right to left. Is it possible to display the close,min and max buttons on the left of JFrame? by default the buttons (close,min and max) are aligned on the left of JFrame i.e. -------------------------------------------------min max close what is need is (Arabic Locale) close max min-------------------------------------------------
|
Abhishek
|
 |
Abhishek Reddy
Ranch Hand
Joined: Mar 28, 2006
Posts: 259
|
|
|
can anyone tell me how to solve this problem?
|
 |
Abhishek Reddy
Ranch Hand
Joined: Mar 28, 2006
Posts: 259
|
|
sorry Is it possible to display the close,min and max buttons on the left of JFrame? by default the buttons (close,min and max) are aligned on the right of JFrame i.e. -------------------------------------------------min max close what i need in (Arabic Locale) close max min-------------------------------------------------
|
 |
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
|
posted

0
|
I suspect you would need to write your own titlebar component, to replace the existing one
|
 |
 |
|
|
subject: Displaying the close,min and max button on the left of JFrame
|
|
|