Class ControlPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ControlPanel extends JFrame
This is the control panel for Java. It provides a GUI for modifying the deployments.properties file.
See Also:
  • Constructor Details

    • ControlPanel

      public ControlPanel(DeploymentConfiguration config)
      Creates a new instance of the ControlPanel.
      Parameters:
      config - Loaded DeploymentsConfiguration file.
  • Method Details