@ -15,8 +15,6 @@ import java.util.logging.Logger;
*/
public class MockOutput implements RunnableWithFramePeriod {
/**
* A queue to send messages to client.
@ -45,6 +45,11 @@ public class App extends Application {
loadStart(App.stage);
}
* Initiation
* @param stage
* @throws IOException
public void loadStart(Stage stage) throws IOException {
FXMLLoader loader = new FXMLLoader(App.class.getResource("/visualiser/scenes/main.fxml"));
Parent root = loader.load();