Package boofcv.gui

Class ApplicationLauncherApp

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public abstract class ApplicationLauncherApp extends JPanel implements ActionListener, ListDataListener
Application which lists most of the demonstration application in a GUI and allows the user to double click to launch one in a new JVM.
See Also:
  • Field Details

    • memoryMB

      protected int memoryMB
  • Constructor Details

    • ApplicationLauncherApp

      protected ApplicationLauncherApp(boolean defaultRemoveTabOnDeath)
  • Method Details