diff --git a/src/startLocalGame.java b/src/startLocalGame.java index 92f581b..349c8a4 100644 --- a/src/startLocalGame.java +++ b/src/startLocalGame.java @@ -35,7 +35,7 @@ public class startLocalGame { frameTitle.setBounds(20, 20, 200, 30); frame.add(frameTitle); - semesterlable.setBounds(400, 300, 200, 30); + semesterlable.setBounds(700, 300, 200, 30); frame.add(semesterlable); leftPlayerName.setBounds(50, 550, 200, 30); @@ -56,19 +56,19 @@ public class startLocalGame { leftPlayerRightButton.setBounds(250, 450, 50, 50); frame.add(leftPlayerRightButton); - semesterUpButton.setBounds(500, 400, 50, 50); + semesterUpButton.setBounds(725, 400, 50, 50); frame.add(semesterUpButton); - semesterDownButton.setBounds(500, 600, 50, 50); + semesterDownButton.setBounds(725, 550, 50, 50); frame.add(semesterDownButton); - rightPlayerLeftButton.setBounds(750, 450, 50, 50); + rightPlayerLeftButton.setBounds(1200, 450, 50, 50); frame.add(rightPlayerLeftButton); - rightPlayerRightButton.setBounds(950, 450, 50, 50); + rightPlayerRightButton.setBounds(1400, 450, 50, 50); frame.add(rightPlayerRightButton); - startButton.setBounds(400, 750, 100, 50); + startButton.setBounds(700, 750, 100, 50); frame.add(startButton); frame.setVisible(true);