Class | Description |
---|---|
ChapGUI |
Implements the main GUI
|
ChapMenuItems |
This class extends JMenuItem to add some additional fields, which
simplifies the code for adding items to the menu bar and determining
what actions to take as various menu items are selected.
|
DataFilesActions |
Handles the Data Files menu items
|
MenusListener |
Implements an action listener for menu items.
|
Misc |
Provides some miscellaneous helper methods used throughout the
Solar System chapter
|
Planets |
Provides some miscellaneous data and methods related to the planets
|
RadioBtnsListener |
Implements an action listener for Radio buttons.
|
RunChap8 |
Chapter 8: Our Solar System
|
SolarSysInfoActions |
Handles the Solar Sys Info menu items
|
StarChartActions |
Handles the Star Charts menu items
|
TrueAnomalyRBs |
Provides a GUI for selecting a method for solving Kepler's equation.
|
Enum | Description |
---|---|
ChapMenuItems.CalculationType |
Define values for the eCalcType field in a ChapMenuItem class.
|