Karl T

Results 244 comments of Karl T

I've added suggested change from previous post to main branch. Could you please try latest `3.1-SNAPSHOT`: https://github.com/JFormDesigner/FlatLaf#snapshots

I've created PR #613 to work on title bar improvements. Currently it implements hiding of window title and iconify/maximize/close buttons. > make the window not draggable Why is this needed?...

> I am thinking about a layer of transparent color that is placed on top of the > window. Like a gray film, slight blur effect or something like that....

Just tested this on branch [test-gradle-build-action](https://github.com/JFormDesigner/FlatLaf/commits/test-gradle-build-action). For testing, temporary enabled cache writing for all branches and did some runs. The docs for `gradle/gradle-build-action` claim that it has better cache management...

Excluding `caches/jars-*/*` did not help. See: https://github.com/JFormDesigner/FlatLaf/actions/runs/6057970068 This run added ~1.5 GB and 10 additional files to cache. Coming closer to the 10 GB limit: ![grafik](https://github.com/JFormDesigner/FlatLaf/assets/5604048/2725079d-7b5a-4e0a-9769-25a1f549cede) > Plus, I am...

A snapshot for this PR is now available. Use `PR-801-SNAPSHOT` as version. https://github.com/JFormDesigner/FlatLaf#snapshots

> it looks like the native libs are signed, but not with a Developer ID certificate that Notarization needs Yes. Currently, you need to sign the two FlatLaf `.dylib` files...

FlatLaf 3.5 (not yet released), will make it easy to create badges using JLabel: ![image](https://github.com/JFormDesigner/FlatLaf/assets/5604048/0b826aa5-2242-41e3-93cd-7aea389763b2) FlatLaf styling allows you to define badge style in [FlatLaf properties files](https://www.formdev.com/flatlaf/how-to-customize/#application_properties). Following sample creates...

Have compared the source code of this PR with branch `smooth-scrolling` and also tested it. Sorry, but I'm not happy with the things you're doing and have some major concerns......