org.apache.batik.util

Class Platform

public abstract class Platform extends Object

Platform specific functionality.
Field Summary
static booleanisJRE13
Whether we are running on JRE 1.3.
static booleanisOSX
Whether we are running on Mac OS X.
Method Summary
static voidunmaximize(Frame f)
Unmaximizes the specified Frame.

Field Detail

isJRE13

public static boolean isJRE13
Whether we are running on JRE 1.3.

isOSX

public static boolean isOSX
Whether we are running on Mac OS X.

Method Detail

unmaximize

public static void unmaximize(Frame f)
Unmaximizes the specified Frame.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.