Kronjuwild #6

Merged
ole merged 12 commits from Kronjuwild into main 2024-11-14 16:23:21 +00:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit d2b33e8676 - Show all commits

View File

@ -35,7 +35,7 @@ public class startLocalGame {
frameTitle.setBounds(20, 20, 200, 30); frameTitle.setBounds(20, 20, 200, 30);
frame.add(frameTitle); frame.add(frameTitle);
semesterlable.setBounds(400, 300, 200, 30); semesterlable.setBounds(700, 300, 200, 30);
frame.add(semesterlable); frame.add(semesterlable);
leftPlayerName.setBounds(50, 550, 200, 30); leftPlayerName.setBounds(50, 550, 200, 30);
@ -56,19 +56,19 @@ public class startLocalGame {
leftPlayerRightButton.setBounds(250, 450, 50, 50); leftPlayerRightButton.setBounds(250, 450, 50, 50);
frame.add(leftPlayerRightButton); frame.add(leftPlayerRightButton);
semesterUpButton.setBounds(500, 400, 50, 50); semesterUpButton.setBounds(725, 400, 50, 50);
frame.add(semesterUpButton); frame.add(semesterUpButton);
semesterDownButton.setBounds(500, 600, 50, 50); semesterDownButton.setBounds(725, 550, 50, 50);
frame.add(semesterDownButton); frame.add(semesterDownButton);
rightPlayerLeftButton.setBounds(750, 450, 50, 50); rightPlayerLeftButton.setBounds(1200, 450, 50, 50);
frame.add(rightPlayerLeftButton); frame.add(rightPlayerLeftButton);
rightPlayerRightButton.setBounds(950, 450, 50, 50); rightPlayerRightButton.setBounds(1400, 450, 50, 50);
frame.add(rightPlayerRightButton); frame.add(rightPlayerRightButton);
startButton.setBounds(400, 750, 100, 50); startButton.setBounds(700, 750, 100, 50);
frame.add(startButton); frame.add(startButton);
frame.setVisible(true); frame.setVisible(true);