Dear all,
Is there a way to extract the height of any cell in a jList? I'm using
a customer renderer that extends jCheckBox.
Cheers!
John McGrath - 29 Dec 2004 10:30 GMT
> Is there a way to extract the height of any cell in a jList? I'm using
> a customer renderer that extends jCheckBox.
You can use getCellBounds(int index0, int index1) and specify the index of
the cell for both arguments.

Signature
Regards,
John McGrath