summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortspitzer2013-09-03 14:23:21 +0200
committertspitzer2013-09-03 14:23:21 +0200
commite795719c98e83975f8d916e5643a8796a8fd9c2e (patch)
treec1f00fd67b4b19e7cf82a0d3506123982b6c8ce8
parentinitial commit (diff)
downloadtutor-module-e795719c98e83975f8d916e5643a8796a8fd9c2e.tar.gz
tutor-module-e795719c98e83975f8d916e5643a8796a8fd9c2e.tar.xz
tutor-module-e795719c98e83975f8d916e5643a8796a8fd9c2e.zip
LoginWIndow ohne Funktionalität hinzugefügt
-rw-r--r--Dozentenmodul/bin/GUI/LoginWindow.classbin0 -> 384 bytes
-rw-r--r--Dozentenmodul/src/GUI/LoginWindow.java13
2 files changed, 13 insertions, 0 deletions
diff --git a/Dozentenmodul/bin/GUI/LoginWindow.class b/Dozentenmodul/bin/GUI/LoginWindow.class
new file mode 100644
index 00000000..b1ef0b4b
--- /dev/null
+++ b/Dozentenmodul/bin/GUI/LoginWindow.class
Binary files differ
diff --git a/Dozentenmodul/src/GUI/LoginWindow.java b/Dozentenmodul/src/GUI/LoginWindow.java
new file mode 100644
index 00000000..56b187ed
--- /dev/null
+++ b/Dozentenmodul/src/GUI/LoginWindow.java
@@ -0,0 +1,13 @@
+package GUI;
+
+public class LoginWindow {
+
+ /**
+ * @param args
+ */
+ public static void main(String[] args) {
+ // TODO Auto-generated method stub
+
+ }
+
+}