java.lang.Object
visitorDemoExercises.listFWVisitorExercises.controller.ListDemoApp

public class ListDemoApp extends Object
Controller for the ListFW demo app
Author:
swong
  • Field Details

  • Constructor Details

    • ListDemoApp

      public ListDemoApp()
      No parameter constructor for use with applets. Sets window closing behavior to WindowConstants.HIDE_ON_CLOSE
    • ListDemoApp

      public ListDemoApp(int closeAction)
      Constructor for the class
      Parameters:
      closeAction - Window closing behavior
  • Method Details

    • start

      public void start()
      Start the application
    • main

      public static void main(String[] args)
      Launch the application. Sets the window closing behavior to WindowConstants.EXIT_ON_CLOSE
      Parameters:
      args - Command line arguments