Karl T

Results 244 comments of Karl T

implemented in latest `3.5-SNAPSHOT`: https://github.com/JFormDesigner/FlatLaf#snapshots

Hmm, dragging with mouse and moving by keyboard with Alt+Space works fine for me 😕 You need to use the area between the menu bar and the min/max/close buttons to...

There is no way to do this ATM. But the system menu is shown when you right-click on icon, right? The only difference between `HTSYSMENU` and `HTCAPTION` is that `HTSYSMENU`...

Strange... Is there any output in console if you run the demo from command line? (`java -jar flatlaf-demo-.jar`) Does the borders come back if you deselect "Options > Window decorations"?

Please try: ~~~ C:\Java\java-21.0.3+9-jre\bin\java.exe -jar flatlaf-demo-3.5.4.jar ~~~

FlatLaf 3.6 has a fix for Eclipse plugins: > - Fixed loading FlatLaf UI delegate classes when using FlatLaf in special application where multiple class loaders are involved. E.g. in...

When repackaging JARs there is always some risk to break something... Multiple JARs can contain files with same name and the repackaging probably simply uses the first one... In case...

Not sure how I could help 😕 Don't see any relation to FlatLaf in provided information. The stack in your initial post shows that thread `AWT-EventQueue-0` "blocks AWT-Windows@3479". Could you...

I think it would be better to use `jstack` to get more information (stack of all threads, blocked threads, etc). See https://intellij-support.jetbrains.com/hc/en-us/articles/206544899-Getting-a-thread-dump-when-IDE-hangs-and-doesn-t-respond