CellRenderer.setPadding

Sets the renderer's padding. Since 2.18

class CellRenderer
void
setPadding
(
int xpad
,
int ypad
)

Parameters

xpad int

the x padding of the cell renderer

ypad int

the y padding of the cell renderer

Meta