Oshan96 / CustomStage

A JavaFX UI framework to create fully customized undecorated windows
Apache License 2.0
198 stars 18 forks source link

Custom "Stage Close" behavior #18

Open clisztian opened 2 years ago

clisztian commented 2 years ago

Greetings, Fantastic job on the customStage project. Was definitely needed in the javaFX world.

One thing you might want to implement is to allow the user to set a custom behavior when closing the Stage. If I have multiple windows, and I just want to close one, there is no access to define this behavior, as you simply use the Stage System.exit(0), and thus closes the entire application down. Perhaps having an option close/hide might be better for some cases.

Unless I'm missing something... Thanks and cheers

Godwarrior431 commented 1 year ago

Hello, could you find a solution so that when closing the Stage it has a personalized behavior?