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

load tagsbar css at opening the metadata editor

parent 80fbe220
No related branches found
No related tags found
1 merge request!6Issue 11 allow user to enter and update metadata about the latlong points
......@@ -111,6 +111,7 @@ private LatLongCell latLongCell;
stage.setTitle("Loction MetaData Editor");
Scene scene = new Scene(root1);
stage.setScene(scene);
scene.getStylesheets().add(getClass().getResource("/simpleex/ui/tags/tagsbar.css").toExternalForm());
stage.show();
stage.addEventHandler(MetaDataEditorController.METADATA_SAVED, new EventHandler<MetaDataEvent>() {
......
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