|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.explodingpixels.macwidgets.MacUtils
public class MacUtils
A collection of utilities related to the Mac.
| Constructor Summary | |
|---|---|
MacUtils()
|
|
| Method Summary | |
|---|---|
static void |
makeWindowLeopardStyle(javax.swing.JRootPane rootPane)
Makes this window a Unified window on Mac OS X Leopard or greater systems. |
static boolean |
shouldManuallyPaintTexturedWindowBackground()
true if the Unified Tool Bar, Preference Tool Bar or Bottom Bar backgrounds should
be manually painted in code, rather than letting Mac OS X do the painting. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MacUtils()
| Method Detail |
|---|
public static void makeWindowLeopardStyle(javax.swing.JRootPane rootPane)
rootPane - public static boolean shouldManuallyPaintTexturedWindowBackground()
true if the Unified Tool Bar, Preference Tool Bar or Bottom Bar backgrounds should
be manually painted in code, rather than letting Mac OS X do the painting. This will always
return true on platforms other than Mac, and will sometimes return true on Mac's due to
painting bugs in the Java distrobution.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||