mirror of
https://github.com/processing/processing4.git
synced 2026-01-25 17:31:07 +01:00
remove errant (commented out) references to old icons
This commit is contained in:
@@ -541,11 +541,9 @@ public class PSurfaceAWT extends PSurfaceNone {
|
||||
final int[] sizes = { 16, 32, 48, 64, 128, 256, 512 };
|
||||
|
||||
for (int sz : sizes) {
|
||||
//URL url = getClass().getResource("/icon/icon-" + sz + ".png");
|
||||
URL url = PApplet.class.getResource("/icon/icon-" + sz + ".png");
|
||||
Image image = Toolkit.getDefaultToolkit().getImage(url);
|
||||
iconImages.add(image);
|
||||
//iconImages.add(Toolkit.getLibImage("icons/pde-" + sz + ".png", frame));
|
||||
}
|
||||
}
|
||||
frame.setIconImages(iconImages);
|
||||
|
||||
Reference in New Issue
Block a user