This commit is contained in:
hendrik schutter 2018-06-17 22:15:05 +02:00
parent deab83024d
commit 281c51fe22
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 - dev"); // Title of window
primaryStage.setTitle("jFxKasse - devVersion"); // Title of window
mwc = loader.getController();
mwc.setMain(this, dbc);