Only set Newt window icons on Windows by Stefterv · Pull Request #1398 · processing/processing4

@Stefterv

Wrap the NewtFactory.setWindowIcons(res) call in a platform check so icons are only set when PApplet.platform == PConstants.WINDOWS. This avoids invoking the icon-setting behavior on non-Windows platforms. Also reorganize and consolidate import statements (add missing AWT/Swing, JOGL and Processing imports) to fix compilation and include required classes.

@Stefterv marked this pull request as ready for review

January 30, 2026 16:21