From 86bdf48066b0e0f23a6ed6571c85113380bac033 Mon Sep 17 00:00:00 2001 From: tainfante Date: Mon, 22 Jan 2018 18:09:28 +0100 Subject: [PATCH] Different working procedure --- .idea/artifacts/KCC_App_jar.xml | 10 + .idea/workspace.xml | 301 +++++++++++++----- out/artifacts/KCC_App_jar/KCC_App.7z | Bin 0 -> 1246042 bytes out/artifacts/KCC_App_jar/KCC_App.jar | Bin 0 -> 1281930 bytes out/production/KCC_App/META-INF/MANIFEST.MF | 3 + out/production/KCC_App/sample/Commend.class | Bin 0 -> 694 bytes .../KCC_App/sample/Controller.class | Bin 4447 -> 5731 bytes out/production/KCC_App/sample/Port.class | Bin 2936 -> 3453 bytes out/production/KCC_App/sample/sample.fxml | 21 +- src/META-INF/MANIFEST.MF | 3 + src/sample/Commend.java | 29 ++ src/sample/Controller.java | 78 ++++- src/sample/Port.java | 114 ++++--- src/sample/sample.fxml | 21 +- 14 files changed, 436 insertions(+), 144 deletions(-) create mode 100644 .idea/artifacts/KCC_App_jar.xml create mode 100644 out/artifacts/KCC_App_jar/KCC_App.7z create mode 100644 out/artifacts/KCC_App_jar/KCC_App.jar create mode 100644 out/production/KCC_App/META-INF/MANIFEST.MF create mode 100644 out/production/KCC_App/sample/Commend.class create mode 100644 src/META-INF/MANIFEST.MF create mode 100644 src/sample/Commend.java diff --git a/.idea/artifacts/KCC_App_jar.xml b/.idea/artifacts/KCC_App_jar.xml new file mode 100644 index 0000000..7625c09 --- /dev/null +++ b/.idea/artifacts/KCC_App_jar.xml @@ -0,0 +1,10 @@ + + + $PROJECT_DIR$/out/artifacts/KCC_App_jar + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5551541..0992a60 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,21 @@ + + + + + - + + + + + + + + + + @@ -61,7 +75,7 @@ - + @@ -70,25 +84,40 @@ - + - - + + - - - + + + + + + + + + + + + + + + + + + - - + + @@ -96,6 +125,19 @@ + + + + + + + + + + + + + @@ -123,8 +165,9 @@ @@ -153,6 +196,9 @@ + + + @@ -180,9 +226,6 @@