Skip to content
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

Question - Does CustomStage allow to get only one event on stage resizing? #21

Open
PavelTurk opened this issue Oct 11, 2024 · 0 comments

Comments

@PavelTurk
Copy link

When user resizes stage JavaFX gives many events on every pixel change. However, very often it is required to get only one event - when user completes resizing. JavaFX currently doesn't support one event for resizing - see https://bugs.openjdk.org/browse/JDK-8202890 and https://stackoverflow.com/questions/44159794/get-single-stage-resize-event-when-user-releases-left-mouse-button

Could anyone say if CustomStage supports it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant