Hello Netbeans users,

I better put these two questions in an own thread, in contrast to my e-mail reply in the other "FlatLaf tab height" thread:

Thanks to all Netbeans developers for the new and exciting version 11.3, and also to Karl for his very nice FlatLaf which looks and feels great.

Karl describes here: https://www.formdev.com/flatlaf/customizing/ how to customize the FlatLaf properties. For example in our own Java Swing application we can simply do:
   FlatLightLaf.install();
   UIManager.put( "ScrollBar.showButtons", true );
   …

How would we tell Netbeans to use such changed properties also in its own Look and Feel (menu Tools → Options → Appearance → "Look and Feel" set to "FlatLaf Light" or "FlatLaf Dark") ?

And another question, please. Since FlatLaf directly supports HiDPI, how to use its feature "scalable vector icons" mentioned in its features list? https://www.formdev.com/flatlaf/

Thanks!

Greetings,
Hans

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

Reply via email to