mbien commented on PR #8407: URL: https://github.com/apache/netbeans/pull/8407#issuecomment-3263057472
the fact that `YES_OPTION == OK_OPTION` requires code change within the NB impl is a bad sign regarding compatibility - I would rather want to break the API than letting apps silently open the wrong dialog or OK buttons not work. Aligning it with `JOptionPane` is a minor (impl) detail IMO because the keys are of type `Object`. In fact `JOptionPane.YES_OPTION == NotifyDescriptor.YES_OPTION` is false today. -- 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
