The javadoc for Stage has an example that contains stage.show();
This method is not in Stage though (stage.setVisible(true) works)
This example should either be modified or show() should be added.
This method is not in Stage though (stage.setVisible(true) works)
This example should either be modified or show() should be added.
- duplicates
-
JDK-8101218 Window should use hide()/show()/isShowing() style API, not setVisible()/isVisible()
-
- Resolved
-