mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
@@ -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