ClampLayout.setMaximumSize
void setMaximumSize(int maximumSize)Sets the maximum size allocated to the children.
It is the width if the layout is horizontal, or the height if it is vertical.
Parameters
maximumSize | the maximum size |
void setMaximumSize(int maximumSize)Sets the maximum size allocated to the children.
It is the width if the layout is horizontal, or the height if it is vertical.
maximumSize | the maximum size |