Package grp25.captcha
Class Main
- java.lang.Object
-
- javafx.application.Application
-
- grp25.captcha.Main
-
public class Main extends javafx.application.ApplicationThe Main class of the whole app.
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidstart(javafx.stage.Stage primaryStage)A simple entrance of the app.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
start
public void start(javafx.stage.Stage primaryStage) throws java.lang.ExceptionA simple entrance of the app. Don't worry about the scene size it set. The window will be maximized after launching.- Specified by:
startin classjavafx.application.Application- Parameters:
primaryStage- The primaryStage.- Throws:
java.lang.Exception- Any exception throws by any function it called.
-
-