diff options
| author | unknown | 2014-04-01 14:38:05 +0200 |
|---|---|---|
| committer | unknown | 2014-04-01 14:38:05 +0200 |
| commit | ae38be79175560a3617fa4da0e213cd7728eb228 (patch) | |
| tree | 63436b6f597fe8dec3a3adde8c828233d2a2f650 /Dozentenmodul/src/GUI/Login_GUI.java | |
| parent | Unterschiedliche kleine und größere Änderungen (diff) | |
| download | tutor-module-ae38be79175560a3617fa4da0e213cd7728eb228.tar.gz tutor-module-ae38be79175560a3617fa4da0e213cd7728eb228.tar.xz tutor-module-ae38be79175560a3617fa4da0e213cd7728eb228.zip | |
Uploader angepasst, Thrift connection mit system.out.println versehen
Diffstat (limited to 'Dozentenmodul/src/GUI/Login_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/Login_GUI.java | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Dozentenmodul/src/GUI/Login_GUI.java b/Dozentenmodul/src/GUI/Login_GUI.java index 50092858..8ad73e20 100644 --- a/Dozentenmodul/src/GUI/Login_GUI.java +++ b/Dozentenmodul/src/GUI/Login_GUI.java @@ -23,17 +23,15 @@ import javax.swing.JTextField; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; import javax.swing.border.EmptyBorder; - import models.person; - import org.apache.thrift.TException; -import org.apache.thrift.protocol.TBinaryProtocol; -import org.apache.thrift.protocol.TProtocol; +//import org.apache.thrift.protocol.TBinaryProtocol; +//import org.apache.thrift.protocol.TProtocol; import org.ini4j.Wini; -import thrift.AuthenticationException; -import thrift.ImageServer; -import thrift.InvalidTokenException; -import thrift.SessionData; +//import thrift.AuthenticationException; +//import thrift.ImageServer; +//import thrift.InvalidTokenException; +//import thrift.SessionData; import thrift.MasterThriftConnection; import thrift.ImageServer.Client; import thrift.UserInfo; |
