Class PanelGraphics.ExitAccessor

java.lang.Object
org.bzdev.swing.PanelGraphics.ExitAccessor
Enclosing class:
PanelGraphics

public static class PanelGraphics.ExitAccessor extends Object
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 Details

    • ExitAccessor

      public ExitAccessor()
      Constructor.