-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Cannot Reproduce
-
Affects Version/s: fx2.0
-
Fix Version/s: None
-
Component/s: javafx
-
Labels:
-
Environment:
WinXP SP3, Java 1.6.0_24
-
Subcomponent:
When you call stage setVisible(true) and after that stage hide() it will destroy stage and you can't call setVisible(true) again. If you call setVisible(false) instead of hide() the same happen.