From c7fd4320d17acb89550e51bf36f340e6fb6dbcfb Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Sun, 4 Mar 2018 16:46:48 +0200 Subject: [PATCH] asdf --- .gitignore | 22 ++ .idea/description.html | 1 + .idea/libraries/Java_WebSocket_1_3_7.xml | 9 + .idea/misc.xml | 9 + .idea/modules.xml | 8 + .idea/project-template.xml | 3 + .idea/workspace.xml | 374 +++++++++++++++++++++++ src/ee/arti/Gui.java | 28 ++ src/ee/arti/Main.java | 44 +++ wstest.iml | 12 + 10 files changed, 510 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/description.html create mode 100644 .idea/libraries/Java_WebSocket_1_3_7.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/project-template.xml create mode 100644 .idea/workspace.xml create mode 100644 src/ee/arti/Gui.java create mode 100644 src/ee/arti/Main.java create mode 100644 wstest.iml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6143e53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 0000000..db5f129 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1 @@ +Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/libraries/Java_WebSocket_1_3_7.xml b/.idea/libraries/Java_WebSocket_1_3_7.xml new file mode 100644 index 0000000..b2a6677 --- /dev/null +++ b/.idea/libraries/Java_WebSocket_1_3_7.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..6a3dc17 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..dad607b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml new file mode 100644 index 0000000..1f08b88 --- /dev/null +++ b/.idea/project-template.xml @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..f2ac0b5 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +