Class SimpleConsole.ExitAccessor

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

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

    • ExitAccessor

      public ExitAccessor()
      Constructor.