-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS: Rounded popup windows #715
Comments
I know it looks like an error, but I can say that these properties have long been ignored and I don't think the macos theme has ever had rounded combo boxes and tooltips in my dev environment. Now on Apple Silicon maOS 13.5.1 , but previously Intel macOS 12.6 |
No rounded drop downs on Linux either, Debian 12 JDK 17 |
PR #643 works only on Windows 11. See title and description of this PR. Java/Swing does not support native rounded borders out-of-the-box. To do similar on macOS, a new native library for macOS is required that does modify the macOS windows. If you're working for a company, please ask you boss whether the company is willing to sponsor FlatLaf to finance development of this feature. Estimated cost: 2000 EUR/USD. https://www.formdev.com/flatlaf/sponsor/ Sorry to ask for sponsorship, but can't implement all the features companies want for free... |
Don't worry I realised after inspecting repo that this was an unimplemented feature I saw the pull request #643 had some properties and jumped the gun. My app is not commercial, if you have any other requests I'm happy to let it take its' course, this issue was created under a misunderstanding of the state of the project. Do you mind if I close the issue? |
Let's keep the issue open. Maybe some company passes by and is willing to sponsor development of this feature. |
See PR #772 |
I run a cross-platform app that uses Flatlaf for macOS, Windows and Linux. On macOS I am using FlatMacLightLaf and FlatMacDarkLaf on other platforms I am using FlatLightLaf and FlatDarkLaf with theme switching. PR #643 introduced rounded popup windows but only for FlatLightLaf etc. I'd like this made the default in FlatMacLightLaf etc. This would align with the rounded menus and selection highlights in the macOS themes.
In my code the following sets the properties but there is no effect when using FlatMacLightLaf etc.
The text was updated successfully, but these errors were encountered: