[Window] Add ability to set rounded corners on an undecorated Aurora window
See original GitHub issueIn Windows 11, rounded corners for windows were introduced. Of course, with an undecorated window and the nature of Java being cross-platform, it does not inherit this functionality from the operating system.
Therefore, it would be good if, for example, there was the ability to make the corners rounded, or have the corners automatically round when on Windows 11. I imagine this could be done by allowing the window to have a certain shape (of which RoundedRectangle()
could be passed) or through a parameter of roundedCorners = true
. Hopefully, this would then make Aurora applications feel more native for Windows 11 whilst maintaining cross-platform functionality.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Apply rounded corners in desktop apps for Windows 11
On Windows 11, the system automatically rounds top-level window corners for all inbox apps, including all UWP apps, and most other apps. However ......
Read more >Window with rounded corners an no title bar
I try to make a window with rounded corners but every solution I could find does not work when I remove the title...
Read more >How to create a rounded window?
As Title ;) I need to create a rounded undecorated window. Thanks in advanced. ... Rectangle; import javafx.stage.Stage; import javafx.stage ...
Read more >Add Ability to Set Border Radius on Main Window #63
Tried for a while to get this working. I have a feeling it might be due to transparency & compositing, but not sure...
Read more >objective c - Borderless NSWindow with rounded corners
The easiest way to get a window with rounded corners is to place a NSBox into the window as these ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks. If you experiment with integrating these two projects together, please let me know if you run into anything that is blocking you on the Aurora side of things.
Following this, could there potentially be a future integration of Aurora with Compose Window Styler?