J'ai elargi le JFrame pcq on pouvait pas voir le timer des blacks
This commit is contained in:
parent
6b0bf026c8
commit
a6aebf2432
|
|
@ -56,7 +56,7 @@ public class MyInterface extends JFrame {
|
|||
*/
|
||||
public MyInterface() {
|
||||
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
setBounds(10, 10, 650, 650);
|
||||
setBounds(10, 10, 800, 800);
|
||||
contentPane = new JPanel();
|
||||
contentPane.setBorder(new EmptyBorder(5, 5, 5, 5));
|
||||
contentPane.setLayout(new BorderLayout(0, 0));
|
||||
|
|
|
|||
Loading…
Reference in New Issue