mkpaz / atlantafx

Modern JavaFX CSS theme collection with additional controls.
https://mkpaz.github.io/atlantafx
MIT License
791 stars 64 forks source link

Add AppStage to support window without an operating system border #99

Closed Nonoas closed 1 month ago

Nonoas commented 3 months ago

AppStage is a Stage decorator for creating a window without an operating system border image

mkpaz commented 1 month ago

Thanks for the contribution and sorry for the delay, but I strongly believe that this feature should either be included in JavaFX itself or be a separate library. It's not possible to implement this feature without going to the native level. If you use the transparent pane solution, you'll end up with jerky resizing and cursor problems at the stage borders.

See: