-
Notifications
You must be signed in to change notification settings - Fork 18
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
Click the taskbar icon and the window cannot be minimized. #16
Comments
Can you provide reproducible code of the issue here so that I can look into that? |
The examples provided by customstage can reproduce this situation.
|
I tested this again with JDK8 on windows 10 and I am unable to reproduce this error. Works fine |
In case, you're using CustomStage-1.3.2 right? |
java version "1.8.0_202" |
I think it might be a bug in JDK.
|
Oh wait. In here, you're not using CustomStage at all! You're just using the original "primaryStage" object. This is not a CustomStage object. Please refer to CustomStage basic usage section in wiki. Read through the wiki and you will understand how to use CustomStage! Hope this helps. Since this is not a bug, I'm going to close the issue. |
I did use CustomStage ,like this
I mean, the same problem happens with the original undecorated stage. |
I couldn't reproduce the bug, but I will look further into this. Also reopening this issue since you've used CustomStage object properly in your code |
OS:win10
jdk-version:8
when StageStyle is DECORATED, the window can be minimized.
The text was updated successfully, but these errors were encountered: