diff options
| author | unknown | 2014-04-10 16:52:07 +0200 |
|---|---|---|
| committer | unknown | 2014-04-10 16:52:07 +0200 |
| commit | 9d9a6ecad1a70d46416062c2574d126bc159c8cc (patch) | |
| tree | bc9a014ee7d78b3342ab7c4bfed56173d0ba1549 /Dozentenmodul/src/gui/intro/MainMenue_GUI.java | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| parent | added "space" (diff) | |
| download | tutor-module-9d9a6ecad1a70d46416062c2574d126bc159c8cc.tar.gz tutor-module-9d9a6ecad1a70d46416062c2574d126bc159c8cc.tar.xz tutor-module-9d9a6ecad1a70d46416062c2574d126bc159c8cc.zip | |
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Diffstat (limited to 'Dozentenmodul/src/gui/intro/MainMenue_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/intro/MainMenue_GUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java index 9965002c..99c240f3 100644 --- a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java +++ b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java @@ -79,7 +79,7 @@ public class MainMenue_GUI extends JFrame { // TODO Auto-generated catch block e.printStackTrace(); } - setTitle("bwLehrpool Suite *Prototyp*"); + setTitle("bwLehrpool Suite *Prototyp* "); Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); int top = (screenSize.height - 722) / 2; int left = (screenSize.width - 603) / 2; |
