mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #329 from rupesh-kumar-lpu/master
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user