Package curve.control
Class Curve
java.lang.Object
curve.control.Curve
-
Field Summary
Modifier and TypeFieldDescriptionprivate static String[]
args saved from main(package private) DotsCanvas
The main drawing area(package private) static boolean
true for debugging this class(package private) JFrame
The main windowprivate static String
debug signature for this class -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet up the menubar to show at the top of the screen(package private) static void
logging link to Log.messtatic void
The main entry point for Curvevoid
run()
Start the application in the Swing thread
-
Field Details
-
zz
debug signature for this class -
debug
static boolean debugtrue for debugging this class -
args
args saved from main -
frame
JFrame frameThe main window -
dc
DotsCanvas dcThe main drawing area
-
-
Constructor Details
-
Curve
public Curve()dummy constructor
-
-
Method Details
-
log
-
run
-
getJMenuBar
Set up the menubar to show at the top of the screenReturns a JMenuBar to the constructor
- Parameters:
dc
- -- Returns:
- the JMenuBar
- See Also:
-
main
The main entry point for Curve
Calls on the swing thread to construct Curves
- Parameters:
args
- -
-