java.lang.Object
org.bzdev.swing.SimpleConsole.ExitAccessor
- Enclosing class:
- SimpleConsole
Class to determine how an application can exit, even when a
security manager is installed, given a window created with
SimpleConsole.newFramedInstance(int,int,String,boolean,ExitAccessor)
is closed. When an instance of this class is the last argument
for
SimpleConsole.newFramedInstance(int,int,String,boolean,ExitAccessor)
,
the application will exit if the console's frame is closed.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExitAccessor
public ExitAccessor()Constructor.
-