Example usage for Java javafx.scene.control ButtonBase fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setMaxSize(double maxWidth, double maxHeight) Convenience method for overriding the region's computed maximum width and height. |
void | setMinSize(double minWidth, double minHeight) Convenience method for overriding the region's computed minimum width and height. |
void | setPrefSize(double prefWidth, double prefHeight) Convenience method for overriding the region's computed preferred width and height. |