Karl T
Karl T
> I did some more testing on this and pared it right back to basics - coloring the windows app title bar - something that Nimbus cannot do and FlatLaf...
The error in the log and the JOptionPane and JToolTip problems are probably caused by incomplete UI defaults. Please try following on EDT, save the output to a file and...
Fixed in latest `3.6-SNAPSHOT`: https://github.com/JFormDesigner/FlatLaf#snapshots It was a classloader problem. Eclipse uses different classloaders for plugins.
Strange 😕 Works fine here. Do you see the same issue in the FlatLaf Demo?
Thanks for the test case. Now I can reproduce it 👍 The problem seems to depend on scrollpane width/heigh. Had to resize the window several times, in small steps, to...
see PR #864
Sounds actually like a Java issue, which should be fixed in Java for all L&Fs... > JFileChooser is occasionally slow to instantiate What does "slow" mean? One second? Two seconds?...
@charphi thanks for the proof-of-concept, but I cannot use GPL code in Apache licensed FlatLaf... FlatLaf `3.6-SNAPSHOT` (see https://github.com/JFormDesigner/FlatLaf#snapshots) contains some improvements regarding icon loading. See https://github.com/JFormDesigner/FlatLaf/issues/953#issuecomment-2580564710 Maybe this fixes...
there are several JDK bugs related to this issue: https://github.com/apache/netbeans/issues/3919#issuecomment-1933570275
see PR #856