public class RunChap5
extends java.lang.Object
This code implements the main GUI and required routines for a program that will plot stars from a star catalog. The main GUI was mostly built with the Eclipse WindowBuilder, which creates Swing visual components.
Copyright (c) 2018
Constructor and Description |
---|
RunChap5() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main entry point for the 'Stars in the Nighttime Sky' program.
|
public static void main(java.lang.String[] args)
args
- optional values passed to the program