Class | Description |
---|---|
GUI |
The GUI is the controlling frame for the toolkit application.
|
InputPanel |
The InputPanel class describes the left-most panel in ODE Toolkit.
|
MenuBar |
The MenuBar class describes the menu bar for ODE Toolkit and defines the
behaviors of the menu items.
|
StatusBar |
The StatusBar class is responsible for displaying the small bar at the bottom
of the program window.
|
TabbedOutputPanel |
A TabbedOutputPanel contains the various graph panels for a specific ODE tab.
|
GUI.java: The class extending JFrame that contains all visual component of the program. InputPanel.java: The class representing the panel on the left side of the screen, including the ODE name and definition boxes, and solve-related buttons. MenuBar.java: This class controls the menu bar at the top of the screen. StatusBar.java: This class controls the status bar, which is the bar at the bottom of the screen, including the progress bar, status message, and point selected. TabbedOutputPanel.java: The class representing all the graph and data tabs.