-
Bug
-
Resolution: Fixed
-
P4
-
None
-
8
Running application which uses builder of Control classes built with 2.2 under 8.0 ends with
java.lang.NoSuchMethodError: javafx.scene.control.ButtonBuilder.prefWidth(D)Ljavafx/scene/control/ControlBuilder;
The reason is that minWidth, minHeight, maxWidth, maxHeight, prefWidth, prefHeight properties are now inherited from RegionBuilder, whereas in 2.2 they were directly implemented in ControlBuilder.
java.lang.NoSuchMethodError: javafx.scene.control.ButtonBuilder.prefWidth(D)Ljavafx/scene/control/ControlBuilder;
The reason is that minWidth, minHeight, maxWidth, maxHeight, prefWidth, prefHeight properties are now inherited from RegionBuilder, whereas in 2.2 they were directly implemented in ControlBuilder.