diff options
| author | unknown | 2014-04-16 10:48:10 +0200 |
|---|---|---|
| committer | unknown | 2014-04-16 10:48:10 +0200 |
| commit | a3c0327dbd49efc29ede542f7093638941a7ae13 (patch) | |
| tree | d12dfa309fab540ed6e35bbf1be8e0893665420b /Dozentenmodul/src/gui/intro/MainMenue_GUI.java | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-a3c0327dbd49efc29ede542f7093638941a7ae13.tar.gz tutor-module-a3c0327dbd49efc29ede542f7093638941a7ae13.tar.xz tutor-module-a3c0327dbd49efc29ede542f7093638941a7ae13.zip | |
Debugging: Jeder Fehler poppt auf in einem Textfenster und kann analysiert werden
Diffstat (limited to 'Dozentenmodul/src/gui/intro/MainMenue_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/intro/MainMenue_GUI.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java index f902ccf9..4817e786 100644 --- a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java +++ b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java @@ -33,6 +33,8 @@ import java.awt.ScrollPane; import javax.swing.JTextArea; import javax.swing.ImageIcon; +import models.SessionData; + @SuppressWarnings("serial") public class MainMenue_GUI extends JFrame { @@ -81,7 +83,7 @@ public class MainMenue_GUI extends JFrame { // TODO Auto-generated catch block e.printStackTrace(); } - setTitle("bwLehrpool Suite *Prototyp* "); + setTitle("bwLehrpool Suite *Prototyp* - Connected Server: "+SessionData.session.getServerAdress()); Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); int top = (screenSize.height - 722) / 2; int left = (screenSize.width - 603) / 2; |
