mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
now actually add the images...
This commit is contained in:
@@ -9385,7 +9385,8 @@ public class PApplet extends Applet
|
||||
|
||||
for (int sz : sizes) {
|
||||
URL url = getClass().getResource("icon/icon-" + sz + ".png");
|
||||
Toolkit.getDefaultToolkit().getImage(url);
|
||||
Image image = Toolkit.getDefaultToolkit().getImage(url);
|
||||
iconImages.add(image);
|
||||
//iconImages.add(Toolkit.getLibImage("icons/pde-" + sz + ".png", frame));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user