Method Summary |
|
public void | afterUISetup(Action about, Action prefs, Action quit) Hook for performing general UI setup. |
public void | beforeUISetup() Hook for performing general UI setup. |
public String | getJavaSpecVersion() Returns the current Java specification version. |
public boolean | has13ToolsJar() Returns true if the classpath's tools.jar is from version 1.3. |
public boolean | has14ToolsJar() Returns true if the classpath's tools.jar is from version 1.4. |
public boolean | isMacPlatform() Returns whether this is a Mac OS X platform. |
public boolean | isUsingSystemLAF() Utility method to determine if the current Swing look and feel is the
platform-specific look and feel for the client platform. |
public boolean | isWindowsPlatform() Returns whether this is a Windows platform. |
public boolean | openURL(URL address) Utility method for opening a URL in a browser in a platform-specific way.
The default implementation uses Runtime.exec to execute a command specified
in Preferences. |