CellRenderer.setFixedSize
void setFixedSize(int width, int height)Sets the renderer size to be explicit, independent of the properties set.
Parameters
width | the width of the cell renderer, or -1 |
height | the height of the cell renderer, or -1 |
void setFixedSize(int width, int height)Sets the renderer size to be explicit, independent of the properties set.
width | the width of the cell renderer, or -1 |
height | the height of the cell renderer, or -1 |