Skip to content
Snippets Groups Projects
Commit a127c450 authored by ArktikHunter's avatar ArktikHunter
Browse files

test commit

parent 9352d883
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ public class ScheduleApp extends Application { ...@@ -12,7 +12,7 @@ public class ScheduleApp extends Application {
public void start(Stage stage) throws Exception { public void start(Stage stage) throws Exception {
// just for now, not sure if using fxml or not? // just for now, not sure if using fxml or not?
BorderPane root = new BorderPane(); BorderPane root = new BorderPane();
Label hello = new Label("Welcome :)"); Label hello = new Label("Testing :)");
root.setCenter(hello); root.setCenter(hello);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment