mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
more
This commit is contained in:
@@ -766,7 +766,7 @@ public class KjcEngine extends PdeEngine {
|
||||
});
|
||||
|
||||
} else {
|
||||
window = new Frame(); // gonna use ugly windows instead
|
||||
window = new Frame(editor.sketchName); // gonna use ugly windows instead
|
||||
((Frame)window).setResizable(false);
|
||||
if (PdeBase.icon != null) ((Frame)window).setIconImage(PdeBase.icon);
|
||||
window.pack(); // to get a peer, size set later, need for insets
|
||||
|
||||
Reference in New Issue
Block a user