-
Enhancement
-
Resolution: Duplicate
-
P4
-
fx2.0
Most JFX classes come with a no-arg constructor, but the Scene class' constructor needs at least one element.
For authors of JFX frameworks for other languages it would be a more consistent behaviour if they could just create a Scene and add its container via a Property (rootProperty).
For authors of JFX frameworks for other languages it would be a more consistent behaviour if they could just create a Scene and add its container via a Property (rootProperty).
- is blocked by
-
JDK-8099401 Allow Scene to be created without a root specified in the constructor
- Closed