This commit is contained in:
Marc Beyer 2022-02-08 08:50:34 +01:00
parent 351bcd524d
commit 88c8a30ad0

View File

@ -55,7 +55,7 @@ public class MainApplication extends Application {
scene.getStylesheets().add(Objects.requireNonNull(
MainApplication.class.getResource("main-view.css")).toExternalForm()
);
stage.setTitle("SharePlaner");
stage.setTitle("SharePlanner");
stage.setScene(scene);
stage.show();
}