Open Rhain opened 8 years ago
Ouch! I often test under Windows 7 without any issue. Could you detail a little bit more? Jvm version? Thanks.
Windows 7 64bit java version "1.8.0_51".
Clicking the taskbar icon does not minimize the stage.
ah ok, this way... I suppose the OS has to handle this behavior. I don't override OS behavior, strange. Did you notice the same behavior with the Ensemble demo ? http://www.oracle.com/technetwork/java/javase/overview/javafx-samples-2158687.html
Last thing, you shouldn't get this UI with latest version: https://github.com/in-sideFX/UndecoratorBis/blob/master/dist/UndecoratorBis.jar?raw=true
Thanks
@Rhain Unfortunately this is javafx bug http://stackoverflow.com/questions/26972683/javafx-minimizing-undecorated-stage
I used UndecoratorBis.jar,it works fine.but when I Clicking the taskbar icon in Windows 7 does not automatically minimize the stage.
Is there a way to solve this problem?