java.lang.Object
org.bzdev.swing.PanelGraphics.ExitAccessor
- Enclosing class:
- PanelGraphics
Class to determine how an application can exit,even when a
security manager is installed, given a window created with
PanelGraphics.newFramedInstance(int,int,String,boolean,ExitAccessor)
is closed. When an instance of this class is the last argument
for
PanelGraphics.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.
-