Karl T
Karl T
> I've seen the four sides of a ScrollPane border painted with different thicknesses at large scalings: 125% ~ 175%. This is because Swing scales the 1px border either to...
Fixed in latest `3.5-SNAPSHOT`: https://github.com/JFormDesigner/ The scrollpane border now has same thickness on all 4 sides.
Well, maybe in the (not so near) future... At the moment, tooltips (and popups) use native borders with nice native drop shadows on nearly all platforms (except on Windows 10)....
I'm actually surprised that ligatures work in Swing 😮 Didn't know `TextAttribute.LIGATURES`... So I tried to enable ligatures in [FlatLaf Theme Editor](https://github.com/JFormDesigner/FlatLaf/tree/main/flatlaf-theme-editor), which uses RSyntaxTextArea, and it works 😮 ...
If you guys are looking for a dark Swing L&F, you could try FlatLaf (https://github.com/JFormDesigner/FlatLaf). It comes with dark and light themes and scales on HiDPI screens.
Not sure what you're doing. By default, a tooltip does **not follow** the mouse location (as in the video). So you probably have some code that moves the tooltip, or...
@mellmann has posted a test case to reproduce the issue here: https://github.com/JFormDesigner/FlatLaf/issues/672#issuecomment-2108909278 This is actually a general Swing problem and occurs as soon as "heavy weight" popups (based on `JWindow`)...
Fixed in latest `3.5-SNAPSHOT`: https://github.com/JFormDesigner/FlatLaf#snapshots
> I'm not sure if it's helpful but, I noticed that the delays only appear with the native libraries. If the native library is deactivated then everything is fast (of...
> I don't have the stack for the other error because it hasn't appeared, but a quick search on Google turned up this issue from another [project](https://forum.image.sc/t/jaunch-a-new-java-launcher-test-fiji-with-java-21/92058/35) saying that the...