first commit

This commit is contained in:
Hendrik Schutter 2018-06-13 15:09:10 +02:00
parent e924ee3036
commit deab83024d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -33,7 +33,7 @@ public class Main extends Application
FXMLLoader loader = new FXMLLoader(
getClass().getResource("MainWindow.fxml"));
AnchorPane pane = loader.load();
primaryStage.setTitle("jFxKasse"); // Title of window
primaryStage.setTitle("jFxKasse - dev"); // Title of window
mwc = loader.getController();
mwc.setMain(this, dbc);