Karl T
Karl T
Very strange... 😕 When the TSA dialog is shown wrong, does it always look like in the first screenshot? Or random? Is the TSA dialog repainted correctly if you resize...
Tried this on Linux and it works better than expected. The windows even have shadows 😄 Window resizing had some problems and unified window title bar did not work correctly,...
@rkeen-siemens thanks for the offer. I'm willing to work on it. Please contact me via Email: https://www.formdev.com/company/ Is the "drag and snap behavior" the only functionality that you to want?...
Finally, a PR is now available to improve FlatLaf window decorations on Linux: #579 😄
This is normal behavior. Only the title label (the glue) allows moving the window (`WM_NCHITTEST` returns `HTCAPTION`). The components left and right to the glue are assumed to be components...
This is now implemented in latest snapshot: https://github.com/JFormDesigner/FlatLaf#snapshots Set following client property: ~~~java description.putClientProperty( FlatClientProperties.COMPONENT_TITLE_BAR_CAPTION, true ); ~~~
All look and feels initially set the divider size to what they need. This is done here: https://github.com/openjdk/jdk/blob/eab4c0c49934bd6f37a0b6174ca10e5c8708d13b/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicSplitPaneUI.java#L357-L358 Each L&F uses its own divider size. E.g. Windows L&F uses `5`:...
Glad you like FlatLaf 😄 Tried to make it as easy to use in existing apps as possible... Thanks for the explanation. That makes sense. I asked because in [FlatLaf...
The "stepping" at the outside of the map and the pen are caused by clipping used in the SVG. The map and the pen are larger than shown and the...
@simon04 anti-aliasing for **text** should be enabled by the look and feel. Metal (at least on Windows) and other LaFs (e.g. [FlatLaf](https://github.com/JFormDesigner/FlatLaf)) do this by adding some special values to...