Merge pull request #329 from rupesh-kumar-lpu/master

This commit is contained in:
Ben Fry
2022-01-10 18:58:16 -05:00
committed by GitHub
+4
View File
@@ -24,6 +24,10 @@ public class Splash extends JFrame {
private Splash(File imageFile, boolean hidpi) {
// change default java window icon to processing icon
processing.app.ui.Toolkit.setIcon(this);
this.image =
Toolkit.getDefaultToolkit().createImage(imageFile.getAbsolutePath());