summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/GUI/MainMenue_GUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul/src/GUI/MainMenue_GUI.java')
-rw-r--r--Dozentenmodul/src/GUI/MainMenue_GUI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dozentenmodul/src/GUI/MainMenue_GUI.java b/Dozentenmodul/src/GUI/MainMenue_GUI.java
index 36e0fdd9..d60ccc72 100644
--- a/Dozentenmodul/src/GUI/MainMenue_GUI.java
+++ b/Dozentenmodul/src/GUI/MainMenue_GUI.java
@@ -74,8 +74,8 @@ public class MainMenue_GUI extends JFrame {
}
setTitle("bwLehrpool Suite *Prototyp*");
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
- int top=(screenSize.height - 545) / 2;
- int left=(screenSize.width - 381) / 2;
+ int top=(screenSize.height - 722) / 2;
+ int left=(screenSize.width - 603) / 2;
setBounds(left, top, 603, 722);
//setBounds(100, 100, 545, 366);
getContentPane().setLayout(null);