< prev index next >
src/java.desktop/macosx/classes/com/apple/eawt/QuitStrategy.java
Print this page
*** 36,46 ****
* @since Java for Mac OS X 10.6 Update 3
* @since Java for Mac OS X 10.5 Update 8
*/
public enum QuitStrategy {
/**
! * Shuts down the application by calling <code>System.exit(0)</code>. This is the default strategy.
*/
SYSTEM_EXIT_0,
/**
* Shuts down the application by closing each window from back-to-front.
--- 36,46 ----
* @since Java for Mac OS X 10.6 Update 3
* @since Java for Mac OS X 10.5 Update 8
*/
public enum QuitStrategy {
/**
! * Shuts down the application by calling {@code System.exit(0)}. This is the default strategy.
*/
SYSTEM_EXIT_0,
/**
* Shuts down the application by closing each window from back-to-front.
< prev index next >