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

another test

parent 54e7c5d3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,5 @@
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>
\ No newline at end of file
......@@ -12,7 +12,7 @@ public class ScheduleApp extends Application {
public void start(Stage stage) throws Exception {
// just for now, not sure if using fxml or not?
BorderPane root = new BorderPane();
Label hello = new Label("Testing :)");
Label hello = new Label("Testing again :)");
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