eirikbakke opened a new pull request, #8316: URL: https://github.com/apache/netbeans/pull/8316
On MacOS, use the idiomatic button order for dialog boxes. For example, MacOS HID guidelines require the default button to always be to the right, and that the Cancel button always be to the left. This used to be the standard behavior when the Aqua LAF was the default, but stopped working once we switched to FlatLAF as the default LAF. It is also the standard in dialog boxes created via JOptionPane instead of DialogDisplayer, so NetBeans currently has a mix of button orders, which is fixed by this patch. Example before: <img width="653" alt="image" src="https://github.com/user-attachments/assets/8e165752-f9b9-457c-b424-209cebee6b68" /> Example after: <img width="653" alt="image" src="https://github.com/user-attachments/assets/a6e39d45-b6b2-404f-ae2a-9dd2a877642a" /> -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists