Package curve.control
Class Curve
java.lang.Object
curve.control.Curve
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryModifier 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- 
zzdebug signature for this class
- 
debugstatic boolean debugtrue for debugging this class
- 
argsargs saved from main
- 
frameJFrame frameThe main window
- 
dcDotsCanvas dcThe main drawing area
 
- 
- 
Constructor Details- 
Curvepublic Curve()dummy constructor
 
- 
- 
Method Details- 
log
- 
run
- 
getJMenuBarSet up the menubar to show at the top of the screenReturns a JMenuBar to the constructor - Parameters:
- dc- -
- Returns:
- the JMenuBar
- See Also:
 
- 
mainThe main entry point for Curve Calls on the swing thread to construct Curves - Parameters:
- args- -
 
 
-