On Sat, 4 Jul 2026 11:40:22 GMT, Marius Hanl <[email protected]> wrote:
> Some things I have found which might be bugs. Some could very well be > pre-existing bugs (unrelated to this feature). > > 1. The top border is cut by 1px. Maybe intended? But looks weird. Doesn't look intentional to me. I've noticed issues like these with several layout containers, and I guess it's a snapping issue. > 2. This is very weird because the issue can not be reproduced as soon as I > record it. But I can make a screenshot. > I hover over the settings button and then right next to the minimize > button and the hover state is not cleared from the settings button. This looks like a bug. Can you create a JBS ticket to track it? > 3. The minimize button looks blurry Yes, there's a noticeable difference between the way JavaFX and Windows rasterize shapes, especially on low-DPI screens. I've tried to tweak shape sizes a little bit on Windows to make them look more similar, but there will always be a difference. One solution could be to use images instead of SVGs. This might be a future improvement. ------------- PR Comment: https://git.openjdk.org/jfx/pull/2188#issuecomment-4883411125
