From d4a3618b13f5114deac43d067d9c11e0adb5d3f3 Mon Sep 17 00:00:00 2001 From: Marek Kica Date: Sat, 1 Apr 2023 09:35:40 +0200 Subject: [PATCH] First UI version --- .idea/.name | 1 + .idea/compiler.xml | 15 + .idea/encodings.xml | 6 + .idea/misc.xml | 14 + .idea/workspace.xml | 328 ++++++++++++++++++++++ hellofx4.iml | 2 + pom.xml | 46 +++ src/main/java/module-info.java | 4 + src/main/java/org/openjfx/App.java | 86 ++++++ src/main/java/org/openjfx/SystemInfo.java | 14 + target/classes/module-info.class | Bin 0 -> 214 bytes target/classes/org/openjfx/App$1.class | Bin 0 -> 1199 bytes target/classes/org/openjfx/App$2.class | Bin 0 -> 2416 bytes target/classes/org/openjfx/App.class | Bin 0 -> 2537 bytes 14 files changed, 516 insertions(+) create mode 100644 .idea/.name create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/workspace.xml create mode 100644 hellofx4.iml create mode 100644 pom.xml create mode 100644 src/main/java/module-info.java create mode 100644 src/main/java/org/openjfx/App.java create mode 100644 src/main/java/org/openjfx/SystemInfo.java create mode 100644 target/classes/module-info.class create mode 100644 target/classes/org/openjfx/App$1.class create mode 100644 target/classes/org/openjfx/App$2.class create mode 100644 target/classes/org/openjfx/App.class diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..bba4c02 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Softplan_javafx \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..439b6d7 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..e79da7e --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..b8266ac --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..63ad10b --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + vers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +