diff options
| author | Michael Wilson | 2014-09-02 16:05:34 +0200 |
|---|---|---|
| committer | Michael Wilson | 2014-09-02 16:05:34 +0200 |
| commit | e478db48f55d42289662da9c9ff80bee490b40d5 (patch) | |
| tree | f1e9f7ae10b863a8f1061541fb7e03f6b80c0b96 | |
| parent | Rechte entsprechend der Roll eim Hauptmenü bereits eingegrenzt und Funktionen... (diff) | |
| download | tutor-module-e478db48f55d42289662da9c9ff80bee490b40d5.tar.gz tutor-module-e478db48f55d42289662da9c9ff80bee490b40d5.tar.xz tutor-module-e478db48f55d42289662da9c9ff80bee490b40d5.zip | |
nix
| -rw-r--r-- | Dozentenmodul/bin/gui/intro/Login_GUI.class | bin | 10967 -> 10957 bytes | |||
| -rw-r--r-- | Dozentenmodul/src/gui/intro/Login_GUI.java | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Dozentenmodul/bin/gui/intro/Login_GUI.class b/Dozentenmodul/bin/gui/intro/Login_GUI.class Binary files differindex a3601339..ebb8146c 100644 --- a/Dozentenmodul/bin/gui/intro/Login_GUI.class +++ b/Dozentenmodul/bin/gui/intro/Login_GUI.class diff --git a/Dozentenmodul/src/gui/intro/Login_GUI.java b/Dozentenmodul/src/gui/intro/Login_GUI.java index ede4bf27..9e5244c9 100644 --- a/Dozentenmodul/src/gui/intro/Login_GUI.java +++ b/Dozentenmodul/src/gui/intro/Login_GUI.java @@ -306,10 +306,10 @@ public class Login_GUI extends JFrame { //Sp�ter �ber result.getRole zum Beispiel die Rolle holen - //person.verantwortlicher.setRole("Dozent"); + person.verantwortlicher.setRole("Dozent"); //person.verantwortlicher.setRole("Admin"); //person.verantwortlicher.setRole("Student"); - person.verantwortlicher.setRole("GetToTheChopper!"); + //person.verantwortlicher.setRole("GetToTheChopper!"); try { |
