summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/intro/MainMenue_GUI.java
diff options
context:
space:
mode:
authorunknown2014-04-11 09:55:31 +0200
committerunknown2014-04-11 09:55:31 +0200
commit7bccfece99b9a7e0218f7288c08fff5fc9ac0ac7 (patch)
tree8d167a7b63e55aeac7bb8c68c6591d1d732da5eb /Dozentenmodul/src/gui/intro/MainMenue_GUI.java
parent :) (diff)
parentMerge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff)
downloadtutor-module-7bccfece99b9a7e0218f7288c08fff5fc9ac0ac7.tar.gz
tutor-module-7bccfece99b9a7e0218f7288c08fff5fc9ac0ac7.tar.xz
tutor-module-7bccfece99b9a7e0218f7288c08fff5fc9ac0ac7.zip
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Conflicts: delete Image db and server Dozentenmodul/bin/gui/intro/MainMenue_GUI.class Dozentenmodulserver/bin/server/ServerHandler.class Dozentenmodulserver/bin/sql/SQL.class Dozentenmodulserver/src/sql/SQL.java
Diffstat (limited to 'Dozentenmodul/src/gui/intro/MainMenue_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/intro/MainMenue_GUI.java2
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 a5588963..774fbf74 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;