Karl T

Results 244 comments of Karl T

Just realized that there are some unanswered questions... > My app, with an export to PDF dialog. This is minimised. Preview.app presents a minimal version of this when you move...

Thanks for testing and the feedback 👍 😃

Could be a FlatLaf (or JDK) related problem. Could you please download and run [FlatScreenInfo.java](https://github.com/JFormDesigner/FlatLaf/blob/main/flatlaf-testing/src/main/java/com/formdev/flatlaf/testing/FlatScreenInfo.java) (is a single-file program; no dependencies) and post the output here. It outputs your screen...

This is a bug in JDK. It reports wrong "screen insets" in some situations for multi-screen setups. ` left 1053` in your case is way too large. Should be `left...

> [@DevCharly](https://github.com/DevCharly) since I see that [JFormDesigner/FlatLaf@5326971](https://github.com/JFormDesigner/FlatLaf/commit/532697128771370c8d5ae2773e8eef8bf3855384) made it into FlatLAF, are there plans for an update release? @mbien sure, FlatLaf 3.6.1 is now available 😄 Could you please create...

Tried this. Works fine regarding "selection avoidance", but have the feeling that autoscrolling works not as good as before. Have running two NB instances side-by-side (NB 16 from DMG and...

> I hadn't seen the StackWalker API before; does it have advantages over Exception.getStackTrace? It should be faster: https://www.sitepoint.com/deep-dive-into-java-9s-stack-walking-api/ But don't think that this would make a difference because it...

Update: just tried a DEV build without this PR, and autoscrolling is also not as reliable as in NB 16 😕 Selection-while-dragging also behaves slightly different (in Search results view):...

> As far as I understand the notes [here](https://www.jidesoft.com/history/index.php#3.7.15), it should work. > > > (Common) Supports JDK 17 and above but with some features removed. Using Windows L&F will...