converted to Maven
This commit is contained in:
@ -11,7 +11,6 @@ import javafx.util.Duration;
|
||||
import javafx.scene.Scene;
|
||||
import javafx.scene.layout.AnchorPane;
|
||||
|
||||
|
||||
public class Main extends Application
|
||||
{
|
||||
private MainWindowController mwc;
|
||||
@ -24,6 +23,8 @@ public class Main extends Application
|
||||
public void start(Stage primaryStage)
|
||||
{
|
||||
this.primaryStage = primaryStage;
|
||||
|
||||
System.out.println("Hallo Welt");
|
||||
mainWindow();
|
||||
}
|
||||
|
||||
@ -79,7 +80,7 @@ public class Main extends Application
|
||||
mwc.fillCategory();
|
||||
mwc.fillTableJobs();
|
||||
mwc.loadGridButtons();
|
||||
mwc.getSelectedCat(); //Load DB entries in Chois Box
|
||||
mwc.getSelectedCat(); // Load DB entries in Chois Box
|
||||
mwc.createNewJob();
|
||||
} else {
|
||||
// config.xml NOT found, first start of app
|
||||
|
Reference in New Issue
Block a user