Karl T
Karl T
This is interesting. Thread `AWT-Windows` is blocked while handling `WM_NCHITTEST` message: ~~~ "AWT-Windows" #71 [12588] daemon prio=6 os_prio=0 cpu=421.88ms elapsed=132.46s tid=0x0000020ac2435ed0 nid=12588 waiting for monitor entry [0x000000b0657fd000] java.lang.Thread.State: BLOCKED (on...
fixed in latest `3.6-SNAPSHOT`: https://github.com/JFormDesigner/FlatLaf#snapshots
A snapshot for this PR is now available. Use `PR-964-SNAPSHOT` as version. https://github.com/JFormDesigner/FlatLaf#snapshots Prebuilt binaries (Artifacts) are available here (requires GitHub login): https://github.com/JFormDesigner/FlatLaf/actions/runs/12993337682
> Would it be possible to support placeholders in FlatTextArea? Sure, a lot is possible 😉 It simply needs someone that spends 1-3 days to implement/test/document it... 😒 I've no...
@CodingFuchs thanks for the report and the details. The resize behavior is not controlled/implemented by FlatLaf. This is completely done by Swing. On Windows, window resizing is fixed since FlatLaf...
Interesting that the behavior is different when using native window decorations 😕 Does the behavior (with FlatLaf decorations) change if you start with disabled OpenGL? E.g.: ~~~ java -Dsun.java2d.opengl=false -jar...
@CodingFuchs thanks for your feedback. I was actually hoping that the latest X11 commit would fix the problem because now the window is resized by the WM in the same...
Hi Jens, durchaus möglich das FlatLaf 0.30 was ändert, aber ich glaube es fast nicht da "unbekannte" Zeichen von FlatLaf 0.29 als Rechtecke ausgegeben wurden. Und nicht als ? oder...
> I'd like to provide my users with the option of defining their own themes by providing the same files which my app would load at runtime. Is that possible?...
@MrUrdam for reloading themes after changes in development, `FlatPropertiesLaf` is not the right thing. Better use something like: ~~~java UrdamSpecialLight.setup(); FlatLaf.updateUI(); ~~~ You need to detect somehow, whether a properties...