Package JavaFX
Class Main
- java.lang.Object
-
- javafx.application.Application
-
- JavaFX.Main
-
public class Main extends javafx.application.ApplicationMain application class. Used to wrap things up and launch the application.- Author:
- Leonardo-Rocha
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SIMPControllercontrollerController reference.static doubleHEIGHTScene preferred height.private static java.lang.StringTITLEApplication title.static doubleWIDTHScene preferred width.
-
Constructor Summary
Constructors Constructor Description Main()
-
-
-
Field Detail
-
WIDTH
public static final double WIDTH
Scene preferred width.- See Also:
- Constant Field Values
-
HEIGHT
public static final double HEIGHT
Scene preferred height.- See Also:
- Constant Field Values
-
TITLE
private static final java.lang.String TITLE
Application title.- See Also:
- Constant Field Values
-
controller
SIMPController controller
Controller reference.
-
-