-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
The Font class has the comment // final
We need to make it final in API
Similarly there is no need to overide Text. Most if not all methods are final and there's client properties
for storing additional info, and there is no way to add peer support for an extended Text node,
We need to make it final in API
Similarly there is no need to overide Text. Most if not all methods are final and there's client properties
for storing additional info, and there is no way to add peer support for an extended Text node,
- relates to
-
JDK-8101183 Make javafx.scene.text.Text non-final
- Resolved
-
JDK-8101470 Text class is final
- Closed