I created a JCheckBox.
I made it multi-line via HTML.
I am unable to vertically align the checkbox part with the text part.
Using HTML, I can't get styles or anything else to push the text up.
Using Java, there doesn't seem to be any way of referencing the relative
position of the checkbox vs the text.
Help?
-Mia
John McGrath - 30 Mar 2005 03:46 GMT
> Using Java, there doesn't seem to be any way of referencing the relative
> position of the checkbox vs the text.
checkbox.setVerticalTextPosition()

Signature
Regards,
John McGrath