butto background
This commit is contained in:
parent
1839154769
commit
bd9d70383d
Binary file not shown.
@ -17,6 +17,7 @@ public class GameGui {
|
||||
JButton button2 = new JButton("Pause");
|
||||
|
||||
panel.setLayout(new GridLayout(0,1));
|
||||
panel.setBackground(Color.DARK_GRAY);
|
||||
panel.add(button1);
|
||||
panel.add(button2);
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user