Fixed Git ignore and added icon

This commit is contained in:
Speiger 2025-08-03 22:21:16 +02:00
parent 33673a05e8
commit 736f7ef2f8
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ build
/data
/backup
/output
*.zip

View File

@ -83,6 +83,7 @@ public class MapPanel extends JPanel {
public static void main(String...args) {
Toolkit.getDefaultToolkit().setDynamicLayout(false);
JFrame frame = new JFrame();
frame.setIconImage(new ImageIcon(MapPanel.class.getResource("/assets/images/icon.png")).getImage());
frame.setLayout(new BorderLayout());
frame.setBounds(0, 0, 800, 600);
frame.setTitle("Mario Kart World Progress Tracker");

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB