Searched defs:AWTAutoShutdown (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAutoShutdown.java51 * The internal AWTAutoShutdown logic secures that the single non-daemon
61 public final class AWTAutoShutdown implements Runnable { class in inherits:Runnable
63 private static final AWTAutoShutdown theInstance = new AWTAutoShutdown();
120 * @see AWTAutoShutdown#getInstance
122 private AWTAutoShutdown() {} method in class:AWTAutoShutdown
125 * Returns reference to a single AWTAutoShutdown instance.
127 public static AWTAutoShutdown getInstance() {
135 * @see AWTAutoShutdown#notifyToolkitThreadFree
136 * @see AWTAutoShutdown#setToolkitBus
[all...]

Completed in 30 milliseconds