Skip to content

Commit

Permalink
ConfigHandler has been updated
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hertel <victor.hertel@web.de>
  • Loading branch information
vhertel committed Aug 28, 2017
1 parent b592243 commit 8b8e4b1
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -453,7 +453,12 @@ public static boolean rebuildGui(String path, String pathMod, Stage stage) throw
GuiBuilder.StatePanelBuilder("fxml/StatePanel.fxml", path);
GuiBuilder.statePanelControlBuilder("gui/controller/StatePanelController.java", path);

// Updates values in configMod.properties file after GUI regeneration
updateConfigMod(path, pathMod);
// Prints status update
System.out.println("FXML has been reseted and regenerated completely.");

return true;
}

// If properties has been modified and syntax of properties file
Expand Down

0 comments on commit 8b8e4b1

Please sign in to comment.