public class RunChap8
extends java.lang.Object
This code implements the main GUI and required routines for a program that will calculate various items about objects in our Solar System, including the location of the planets and when they will rise and set. The main GUI was mostly built with the Eclipse WindowBuilder, which creates Swing visual components.
Copyright (c) 2018
Constructor and Description |
---|
RunChap8() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main entry point for the 'Our Solar System' program.
|