-
Enhancement
-
Resolution: Withdrawn
-
P4
-
7u6
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
-