Results 1 to 3 of 3
Thread: quaqua look and feel - TITLEBAR
- 01-23-2013, 12:41 PM #1
Senior Member
- Join Date
- Jan 2011
- Location
- Rizal Province, Philippiines
- Posts
- 167
- Rep Power
- 0
quaqua look and feel - TITLEBAR
Hi,
Please help me how can the minimize/maximize/close button should be on the left side like below using quaqua look and feel:

In the actual run they are on the right side:

Java Code:public JButtonDemo() { // explicitly set the design to jaguar System.setProperty( "Quaqua.design","jaguar" ); // set the Quaqua Look and Feel in the UIManager try { UIManager.setLookAndFeel( "ch.randelshofer.quaqua.QuaquaLookAndFeel" ); // set UI manager properties here that affect Quaqua } catch (Exception e) { // take an appropriate action here }
- 01-23-2013, 01:28 PM #2
Re: quaqua look and feel - TITLEBAR
You could try setting the JFrame's ComponentOrientation to RIGHT_TO_LEFT (after which you may need to set its contentPane's ComponentOrientation to LEFT_TO_RIGHT).
It does depend on whether the developers of that third party LaF decided to support RTL layouts, of course.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 01-23-2013, 03:22 PM #3
Senior Member
- Join Date
- Jan 2011
- Location
- Rizal Province, Philippiines
- Posts
- 167
- Rep Power
- 0
Similar Threads
-
How to use sheets of quaqua LookAndFeel
By arshadalisoomro in forum AWT / SwingReplies: 0Last Post: 04-19-2011, 03:02 PM -
Look And Feel
By nonabhai in forum AWT / SwingReplies: 0Last Post: 09-24-2010, 08:23 PM -
How to hide the titlebar of popup window in IE-7 in js(urgent )
By john_thomas03 in forum New To JavaReplies: 1Last Post: 08-18-2010, 07:20 AM -
Look and Feel of GUI
By titir in forum AWT / SwingReplies: 9Last Post: 04-21-2010, 01:34 PM -
[SOLVED] Hide the titlebar of a JEditorPane
By Eranga in forum AWT / SwingReplies: 1Last Post: 03-28-2008, 10:28 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks