Skip to content

Commit

Permalink
Added title for the GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Liew Jun Tung committed May 10, 2015
1 parent e736969 commit a1fdaa5
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 35 deletions.
Binary file modified .gradle/2.4/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file modified .gradle/2.4/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/2.4/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file modified .gradle/2.4/taskArtifacts/taskArtifacts.bin
Binary file not shown.
78 changes: 45 additions & 33 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion README.md
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion src/main/groovy/org/pandawarrior/App.groovy
Expand Up @@ -18,7 +18,7 @@ class App extends Application{
@Override
void start(Stage primaryStage) throws Exception {
Parent root = FXMLLoader.load(getClass().getResource("/fxml/app.fxml"));
primaryStage.setTitle "Hello World"
primaryStage.setTitle "Android String XML-CSV parser"
primaryStage.setScene(new Scene(root, 600, 400))
primaryStage.show()
}
Expand Down

0 comments on commit a1fdaa5

Please sign in to comment.