Package curve.control
Class Curve
java.lang.Object
curve.control.Curve
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static String[]args saved from main(package private) DotsCanvasThe main drawing area(package private) static booleantrue for debugging this class(package private) JFrameThe main windowprivate static Stringdebug signature for this class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet up the menubar to show at the top of the screen(package private) static voidlogging link to Log.messtatic voidThe main entry point for Curvevoidrun()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- -
-