Karl T
Karl T
Yes, that would be definitely a nice to have feature 👍
And why is this a problem? You still cannot modify the password.
Thanks for all your feedback. I've changed it in latest `2.5-SNAPSHOT`: https://github.com/JFormDesigner/FlatLaf#snapshots Now the reveal button is hidden if the password field is disabled.
Thanks for reporting. > So the question is can I ignore this? Don't think so. Or does the application work? Please disable the Flatlaf window decorations (that uses the DLL),...
Thanks for the info. > The application works as I don't know what the Window decoration does exactly. This enables menu bar embedded into window title bar. And also the...
> ..., but happens now on Windows x86, 32-bit on the 2.0rc1. What exactly do you mean. Is there now a `UnsatisfiedLinkError` on 32bit Windows? What Java version / vendor...
Tried Bellsoft 17.0.1 32bit JRE and it works fine (on Windows 10 64bit; don't have 32bit Windows anymore) What it the value of system property `os.arch`? And it works with...
Do you have a `hs_err_pid12345.log` file? Should be in the current directory of the application. Could you send that file to [email protected] (or post it here)?
Yes, this is a common problem with painting in Java on scaled displays. You never know whether a line becomes 1px or 2px thick (without anti-aliasing). Window LaF and Metal...
Fixed in commit 5ef0c9aae14348f52be047e837aa9ac856fe5a10 It turned out that the fix for https://bugs.openjdk.java.net/browse/JDK-8133919 in commit https://github.com/openjdk/jdk/commit/803735d54775b4ec5b7a4b649d99cc5f0b21f71f is the reason for the unstable grid line width. (since Java 9) `BasicTableUI.paintGrid()` now uses...