-
I wanted to add a combobox with native, nimbus and FlatLaF Dark/Light LaFs so upon selecting an item in a combobox I call `FlatLaF.updateUI()` this seems to update all components in frames but I have …
-
After upgrading from 1.6.x to 2.0-rc1, I've encountered following errors.
~~~
[2021.12.23 01:16:47] : java.lang.IllegalStateException
+ FlatLaf: endless recursion in font
* Caught From : com…
-
Steps to reproduce:
1. Start with no filters
2. Create a filter
3. Observe broken layout
![image](https://user-images.githubusercontent.com/7620037/148697950-f09156e3-b2b2-46b5-a43b-68c2a3948a42.p…
-
In FlatLaf 1.x, calling `window.setBackground(...)` set the background for the title bar if the unified background option was set.
In FlatLaf 2.0-rc1, this has no effect and you have to call `wind…
-
Hello,
Do you support JXDatePicker component ? What is the alternative ?
I didn't found any documentation about it on https://www.formdev.com/flatlaf/components/ or on the demo.
Thank you.
…
-
Firstly, I really thank this remarkable Java Swing Laf, which makes java desktop applications more appealing.
My question is that:
I want to change the accent color of my project, however, every t…
-
It would be nice to change the accent color in the Preferences window. Most operating systems have this, and simulation of this would be possible soon with this PR [#375](https://github.com/JFormDesig…
-
If I create a JPanel with titled border inside a JDialog then the border font color refuses to be changed when the theme is changed.
`Flatlaf: v2.0`
![Screenshot_20220116_195222](https://user-im…
-
Double-click on icon closes window doesn't seem to be through calls `com.formdev.flatlaf.ui.FlatTitlePane.Handler#mouseClicked` ?
The breakpoint did not hit the method, `TimedWindowEvent`(id=WINDOW_C…
-
With the latests Adoptium Release (jdk-17+35), installing FlatLaF and invoking a JFileChooser leads to fatal crash of the VM. It did not happen with jdk-16 and I am not sure, if this is a problem with…