Karl T
Karl T
> Currently with native windows it doesn't seem possible to know when a user resizes or moves a window. Use `java.awt.event.ComponentListener`, which works fine on Windows with FlatLaf window decorations...
That would be indeed nice, but, how to do it for Java apps, which does not use KDE. Not even JetBrains has managed to implement this yet for IntelliJ IDEA:...
Please try PR #964
> > Please try PR [#964](https://github.com/JFormDesigner/FlatLaf/pull/964) > > Call me a bad developer but idk how to use PR's see https://github.com/JFormDesigner/FlatLaf/pull/964#issuecomment-2616402045
> Is this PR covering GNOME as well? Or is it for now just a KDE based solution? :) Yes. It is a pure Java solution and does not use...
@MrUrdam thanks for testing. Are there any differences in font rendering, in the rounded popup, compared to FlatLaf 3.5.4?
> Would it be possible to add a option to round the corners of the frame via FlatLaf as well? Yes, that's the next step 😉 > Here it would...
Don't understand what you want 😕 Provide more details...
>... but native library return hwnd=0, for now I'm don't known why it return 0. Then the win32 window is not yet created. You could try to invoke `window.addNotify()` before...
This is normal behavior. If possible, then title is centered horizontally within window bounds:   If this is not possible because the window is smaller or the menu bar...