Database Update
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -36,6 +36,7 @@ public class GameWindow {
|
|||||||
ImageIcon imageIcon = new ImageIcon("src/assets/icons/Icon.png");
|
ImageIcon imageIcon = new ImageIcon("src/assets/icons/Icon.png");
|
||||||
gameWindow.setIconImage(imageIcon.getImage());
|
gameWindow.setIconImage(imageIcon.getImage());
|
||||||
|
|
||||||
|
|
||||||
gameWindow.addWindowListener(new WindowAdapter() {
|
gameWindow.addWindowListener(new WindowAdapter() {
|
||||||
@Override
|
@Override
|
||||||
public void windowClosing(WindowEvent e) {
|
public void windowClosing(WindowEvent e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user