Class Main_Frame

java.lang.Object
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener, RootPaneContainer, WindowConstants

public class Main_Frame extends JFrame implements ActionListener, ChangeListener
The Main_Frame class is used to setup the main user interface frame for the application. The class provides the basis for the overall application's general look and feel in addition to plugin creation and inclusion.
See Also: