diff options
| author | unknown | 2014-05-06 11:30:34 +0200 |
|---|---|---|
| committer | unknown | 2014-05-06 11:30:34 +0200 |
| commit | 434fa16f359e2f0e769ffcc226509638f37644c7 (patch) | |
| tree | e14441e9f7d2dd85210d1da738fa427326f20eb9 /Dozentenmodul/src/gui/intro/Login_GUI.java | |
| parent | Problem beim bearbeiten eines Image behoben. (diff) | |
| download | tutor-module-434fa16f359e2f0e769ffcc226509638f37644c7.tar.gz tutor-module-434fa16f359e2f0e769ffcc226509638f37644c7.tar.xz tutor-module-434fa16f359e2f0e769ffcc226509638f37644c7.zip | |
Fehler behoben:
-Font angepasst
-CloseConnection hinzugefügt beim bearbeiten einer Lecture
-getInt umgestellt auf getString in updateLectureData aufgrund von UUID-Umstellung
-Log-Ausgabe korrigiert beim Update einer Lecture
Diffstat (limited to 'Dozentenmodul/src/gui/intro/Login_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/intro/Login_GUI.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Dozentenmodul/src/gui/intro/Login_GUI.java b/Dozentenmodul/src/gui/intro/Login_GUI.java index 3d882da0..75320b58 100644 --- a/Dozentenmodul/src/gui/intro/Login_GUI.java +++ b/Dozentenmodul/src/gui/intro/Login_GUI.java @@ -216,12 +216,14 @@ public class Login_GUI extends JFrame { + ", mein Token für den Satelliten " + result.authToken); + /* // show received information JOptionPane.showMessageDialog(null, "Freiburg liefert:" + "\nSession-ID = " + result.sessionId + "\nToken = " + result.authToken + "\nSatellit = " + result.serverAddress, "Rückgabewerte aus Freiburg", JOptionPane.INFORMATION_MESSAGE); + */ if (login == true) { /* @@ -251,6 +253,7 @@ public class Login_GUI extends JFrame { person.verantwortlicher.setEMail(user.eMail); person.verantwortlicher.setHochschule(hochschule); + /* // show processed information JOptionPane .showMessageDialog( @@ -292,6 +295,7 @@ public class Login_GUI extends JFrame { .getEMail(), "Werte vergleichen", JOptionPane.INFORMATION_MESSAGE); + */ try { //Lege config File an und entscheide welches Fenster als nächstes geöffnet wird |
