Skip to content
Snippets Groups Projects
Commit 92ce3d21 authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

fixed typo in title

parent 7c942738
No related branches found
No related tags found
1 merge request!6Issue 11 allow user to enter and update metadata about the latlong points
...@@ -108,7 +108,7 @@ private LatLongCell latLongCell; ...@@ -108,7 +108,7 @@ private LatLongCell latLongCell;
Stage stage = new Stage(); Stage stage = new Stage();
stage.initModality(Modality.APPLICATION_MODAL); stage.initModality(Modality.APPLICATION_MODAL);
stage.initStyle(StageStyle.DECORATED); stage.initStyle(StageStyle.DECORATED);
stage.setTitle("Loction MetaData Editor"); stage.setTitle("Location MetaData Editor");
Scene scene = new Scene(root1); Scene scene = new Scene(root1);
stage.setScene(scene); stage.setScene(scene);
scene.getStylesheets().add(getClass().getResource("/simpleex/ui/tags/tagsbar.css").toExternalForm()); scene.getStylesheets().add(getClass().getResource("/simpleex/ui/tags/tagsbar.css").toExternalForm());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment