Compare commits

..

No commits in common. "34e51cb72f0b790207f368bb5b3ce4d84eae83d5" and "111d5758e0daa5b6a779de2f3ce929ad2e98c72f" have entirely different histories.

View File

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