chrriis.dj.nativeswing
Class NativeSwing
java.lang.Object
chrriis.dj.nativeswing.NativeSwing
public class NativeSwing
- extends Object
The Native Swing class responsible for the initialization of the framework.
- Author:
- Christopher Deckers
Method Summary |
static void |
initialize()
Initialize the Native Swing framework. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initialize
public static void initialize()
- Initialize the Native Swing framework. This method sets some properties and registers a few listeners to keep track of certain states.
It should be called early in the program, the best place being as the first call in the main method.