-
Type:
Enhancement
-
Resolution: Withdrawn
-
Priority:
P4
-
Affects Version/s: 7u6
-
Component/s: javafx
When we fix RT-19260, the style method will end up calling initStyle (during applyTo). It makes sense to introduce convenience methods for the rest of init... methods of Stage.
They are:
*modality* :
public StageBuilder modality(Modality modality)
*owner* :
public StageBuilder owner(Window owner)
They are:
*modality* :
public StageBuilder modality(Modality modality)
*owner* :
public StageBuilder owner(Window owner)
- relates to
-
JDK-8119948 StageBuilder.style() doesn't work
-
- Closed
-