You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/06/27 14:02:50 UTC

[GitHub] [netbeans] YannLeCorse opened a new pull request #1335: [NETBEANS-2667] Manage JOptionPane border

YannLeCorse opened a new pull request #1335: [NETBEANS-2667] Manage JOptionPane border
URL: https://github.com/apache/netbeans/pull/1335
 
 
   In the NB Dialog API, the JOptionPane is wrapped on a JPanel and the buttons moved on another panel. This leads to UI issues when the Look & Feel defines a special border for JOptionPane. The goal of this change is to retrieve the border defined by the L&F and apply it at the content pane level. Doing that we reduce inconsistencies between dialogs opened through the Java APIs or through the Netbeans APIs.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists