diff options
| author | tspitzer | 2013-09-03 14:23:21 +0200 |
|---|---|---|
| committer | tspitzer | 2013-09-03 14:23:21 +0200 |
| commit | e795719c98e83975f8d916e5643a8796a8fd9c2e (patch) | |
| tree | c1f00fd67b4b19e7cf82a0d3506123982b6c8ce8 | |
| parent | initial commit (diff) | |
| download | tutor-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.class | bin | 0 -> 384 bytes | |||
| -rw-r--r-- | Dozentenmodul/src/GUI/LoginWindow.java | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/Dozentenmodul/bin/GUI/LoginWindow.class b/Dozentenmodul/bin/GUI/LoginWindow.class Binary files differnew file mode 100644 index 00000000..b1ef0b4b --- /dev/null +++ b/Dozentenmodul/bin/GUI/LoginWindow.class 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
+
+ }
+
+}
|
