Skip to content

Commit a1fdaa5

Browse files
author
Liew Jun Tung
committed
Added title for the GUI
1 parent e736969 commit a1fdaa5

File tree

7 files changed

+46
-35
lines changed

7 files changed

+46
-35
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/workspace.xml

Lines changed: 45 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

src/main/groovy/org/pandawarrior/App.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class App extends Application{
1818
@Override
1919
void start(Stage primaryStage) throws Exception {
2020
Parent root = FXMLLoader.load(getClass().getResource("/fxml/app.fxml"));
21-
primaryStage.setTitle "Hello World"
21+
primaryStage.setTitle "Android String XML-CSV parser"
2222
primaryStage.setScene(new Scene(root, 600, 400))
2323
primaryStage.show()
2424
}

0 commit comments

Comments
 (0)