javafx.fxml.LoadException: 
unknown path
    at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
    at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2425)
    at net.mihael.bots.premium.toolkit.Toolkit.botInterfaceProperty(rm.entrypoint:597)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
    at robot.iIIIiIIIiI.initialize(f:318)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
    ... 6 more