We are creating a reusable component library. All our components extend the built in JavaFX components, e.g. OurTextField extends TextField, OurPasswordField extends PasswordField. In these subclasses we do add a lot of additional functionality.
We also wish to provide an OurText class which extends Text, but - unfortunately - this class is declared final.
I suggest the final keyword be removed from the Text class.
We also wish to provide an OurText class which extends Text, but - unfortunately - this class is declared final.
I suggest the final keyword be removed from the Text class.
- duplicates
-
JDK-8101183 Make javafx.scene.text.Text non-final
-
- Resolved
-
- relates to
-
JDK-8111846 Font and Text should be final classes
-
- Resolved
-