-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: jfx21
-
Component/s: javafx
-
b10
Currently, the method accepts a vararg of Scenes, and it commonly misused as
```
Util.shutdown()
```
doing nothing.
Let's convert it to a simple shutdown() which hides all the scenes.
```
Util.shutdown()
```
doing nothing.
Let's convert it to a simple shutdown() which hides all the scenes.