-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: 8
-
Component/s: javafx
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.