Skip to content

Commit 96511a9

Browse files
committed
Extra resolutions
1 parent 1950db2 commit 96511a9

File tree

10 files changed

+2
-1
lines changed

10 files changed

+2
-1
lines changed

resources/pictures/helix128.png

5.5 KB
Loading

resources/pictures/helix16.png

578 Bytes
Loading

resources/pictures/helix20.png

759 Bytes
Loading

resources/pictures/helix24.png

977 Bytes
Loading

resources/pictures/helix256.png

10.6 KB
Loading

resources/pictures/helix32.png

1.39 KB
Loading

resources/pictures/helix48.png

2.07 KB
Loading

resources/pictures/helix512.png

22 KB
Loading
File renamed without changes.

src/main/java/tudelft/ti2806/pl3/Application.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public class Application extends JFrame implements ControllerContainer {
7171
*/
7272
public Application() {
7373
super(Constants.APP_NAME);
74-
this.setIconImage(new ImageIcon(Resources.getResource("pictures/helix2.png")).getImage());
74+
75+
this.setIconImage(new ImageIcon(Resources.getResource("pictures/helix64.png")).getImage());
7576
// read the last opened files
7677
try {
7778
LastOpenedStack<File> files = ParserLastOpened.readLastOpened();

0 commit comments

Comments
 (0)