Is there a way to have WindowBuilder reflect a LAF being loaded? #598
-
I am using FlatLAF, and it is understandable that the look and feel is not reflected in the WindowBuilder, but it would be useful if there was some workaround. Expecially for FONT sizes, colors, etc. Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Note I tried outputing the LAF as UIManager.put() calls, but WindowBuilder does not reflect this. Any other ways? |
Beta Was this translation helpful? Give feedback.
-
Just for clarification, you're talking about the LAF that's shown in the Design page, right? And from what it sounds like you're using Swing? You should be able to add your own LookAndFeels. As a quick test, I added the LookAndFeels from the latest Maven jar and it seems like the e.g. Darcula theme is working. |
Beta Was this translation helpful? Give feedback.
-
Ah thanks, I didn't see that ability |
Beta Was this translation helpful? Give feedback.
Just for clarification, you're talking about the LAF that's shown in the Design page, right? And from what it sounds like you're using Swing?
You should be able to add your own LookAndFeels.
As a quick test, I added the LookAndFeels from the latest Maven jar and it seems like the e.g. Darcula theme is working.