|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.darwinsys.macosui.MacOSUtil
Utilities for GUI work.
Constructor Summary | |
MacOSUtil()
|
Method Summary | |
static boolean |
isMacOS()
Return true if we are running MacOS; needs a few GUI tweaks if so. |
static void |
setMacOS(java.lang.String appName)
Set a few common properties for the given application if we are running under MacOS. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MacOSUtil()
Method Detail |
public static boolean isMacOS()
public static void setMacOS(java.lang.String appName)
if (MacOSUtil.isMacOS()) { MacOSUtil.setMacOS("JabaDex"); }
appName
- - the name of the Application.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |