mbien commented on issue #6316: URL: https://github.com/apache/netbeans/issues/6316#issuecomment-1673840188
`-Dsun.java2d.metal=true` is set by default on JDK 19+, so we don't have to set it, moving milestone to NB 20. planing to remove: `-J-Dapple.awt.graphics.UseQuartz=true`since the renderer doesn't exist anymore and keep: `-Dapple.laf.useScreenMenuBar=true` is for aqua LAF: https://github.com/openjdk/jdk/blob/6f5c903d10aa5f7ff979a79f121609c167f88eff/src/java.desktop/macosx/classes/com/apple/eawt/Application.java#L399-L401 `-J-Dapple.awt.application.appearance=system` is also still valid: https://github.com/openjdk/jdk/blob/6f5c903d10aa5f7ff979a79f121609c167f88eff/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m#L95 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
