Method Summary |
|
final public static Rectangle | getScreenBounds() Returns the bounds of the default screen. |
final public static Rectangle | getScreenBounds(Rectangle window) |
final public static boolean | hasJava14() Returns if Java 2 version 1.4, or Java 2 version 1.5 is in use. |
final public static boolean | hasJava15() Returns if Java 2 version 1.5 is in use. |
final public static boolean | hasScreenMenuBar() Returns whether the screen menu bar on Mac OS X is in use. |
public static boolean | isCaseInsensitiveFS() |
final public static boolean | isDOSDerived() Returns if we're running Windows 95/98/ME/NT/2000/XP, or OS/2. |
final public static boolean | isMacOS() Returns if we're running MacOS X. |
final public static boolean | isMacOSLF() Returns if we're running MacOS X and using the native look and feel. |
final public static boolean | isOS2() Returns if we're running OS/2. |
final public static boolean | isUnix() Returns if we're running Unix (this includes MacOS X). |
final public static boolean | isVMS() Returns if we're running VMS. |
final public static boolean | isWindows() Returns if we're running Windows 95/98/ME/NT/2000/XP. |
final public static boolean | isWindows9x() Returns if we're running Windows 95/98/ME. |
final public static boolean | isWindowsNT() Returns if we're running Windows NT/2000/XP. |
public static boolean | isX11() Returns if this OS is likely to be using X11 as the graphics
system. |