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/11/29 17:39:09 UTC

[GitHub] [netbeans] DevCharly opened a new pull request #1698: [NETBEANS-3428] Update FlatLaf from 0.18 to 0.20

DevCharly opened a new pull request #1698: [NETBEANS-3428] Update FlatLaf from 0.18 to 0.20
URL: https://github.com/apache/netbeans/pull/1698
 
 
   Hi there, I'm Karl, creator of FlatLaf. This is my first (but not last) PR. Hope it is OK 😉 
   
   This PR updates FlatLaf to 0.20, which includes following fixes/improvements for NetBeans:
   
   - ComboBox: Fixed issues with NetBeans `org.openide.awt.ColorComboBox`
     component.
   - Fixed color of links in HTML text.
   - Button: Make button square if button text is "..." or a single character.
   - Look and feel identifier returned by `FlatLaf.getID()` now always starts with
     "FlatLaf". Use `UIManager.getLookAndFeel().getID().startsWith( "FlatLaf" )` to
     check whether the current look and feel is FlatLaf.
   
   Here is a full list of changes: https://github.com/JFormDesigner/FlatLaf/releases/tag/0.20

----------------------------------------------------------------
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