Added some javadoc comments to GUI

This commit is contained in:
Sem van der Hoeven
2019-03-04 10:54:55 +01:00
3 changed files with 26 additions and 2 deletions

View File

@@ -8,10 +8,19 @@ import javafx.stage.Stage;
public class GUIMain extends Application {
/**
* launches the stage
* @param args
*/
public static void main(String[] args) {
launch(args);
}
/**
*
* @param primaryStage the stage to be started
* @throws Exception when the fxml file can't be found
*/
@Override
public void start(Stage primaryStage) throws Exception {
//link fxml file