-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
fx2.0
-
WinXP SP3, Java 1.6.0_24
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.