code clean up

This commit is contained in:
Seil0 2017-04-17 00:59:17 +02:00
parent ed5eef8a49
commit 28a3723a76
1 changed files with 178 additions and 177 deletions

View File

@ -71,7 +71,8 @@ public class Main extends Application {
mainWindowController = loader.getController(); //Link of FXMLController and controller class
mainWindowController.setMain(this); //call setMain
//get os and the right paths
- //get os and the right paths
+ //get OS and the right paths
if(System.getProperty("os.name").equals("Linux")){
directory = new File(dirLinux);
configFile = new File(dirLinux + "/config.xml");