commit c51255f381841d1337dfefdfdb5b48915afe5b7d Author: Nilstrieb Date: Mon Nov 16 21:52:17 2020 +0100 intial commit diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..217af47 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 0000000..cc10d56 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1,2 @@ +Simple JavaFX 2.0 application that includes simple .fxml file with attached controller and Main class to quick start. Artifact to build JavaFX application is provided. + \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100644 index 0000000..cd711a0 --- /dev/null +++ b/.idea/discord.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..3e3960b --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml new file mode 100644 index 0000000..1876add --- /dev/null +++ b/.idea/libraries/lib.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a2afc8c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7ca7fdf --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..3b00020 --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/GUITestJavaFX.iml b/GUITestJavaFX.iml new file mode 100644 index 0000000..fb8e866 --- /dev/null +++ b/GUITestJavaFX.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/out/production/GUITestJavaFX/sample/Controller.class b/out/production/GUITestJavaFX/sample/Controller.class new file mode 100644 index 0000000..fc40046 Binary files /dev/null and b/out/production/GUITestJavaFX/sample/Controller.class differ diff --git a/out/production/GUITestJavaFX/sample/Main.class b/out/production/GUITestJavaFX/sample/Main.class new file mode 100644 index 0000000..4a492d3 Binary files /dev/null and b/out/production/GUITestJavaFX/sample/Main.class differ diff --git a/out/production/GUITestJavaFX/sample/sample.css b/out/production/GUITestJavaFX/sample/sample.css new file mode 100644 index 0000000..a85d89c --- /dev/null +++ b/out/production/GUITestJavaFX/sample/sample.css @@ -0,0 +1,7 @@ +.root { + -fx-background-color: #AAAABA; +} + +.label { + -fx-font-size: 25; +} \ No newline at end of file diff --git a/out/production/GUITestJavaFX/sample/sample.fxml b/out/production/GUITestJavaFX/sample/sample.fxml new file mode 100644 index 0000000..9d4caee --- /dev/null +++ b/out/production/GUITestJavaFX/sample/sample.fxml @@ -0,0 +1,17 @@ + + + + + + + +