Using Sub/Super scripts in JCheckboxes
So I have a JCheckbox and I want it's label to be "t2 symmetry" except I would like the 2 to be in subscript.
I understand that many swing components support HTML but even using <HTML><sub>subscript</sub></HTML>
doesn't work, I figured it was just because the Jcheckbox doesn't support it since I've seen other posts in this forum regarding using HTML or even just a <sub> command. But as I'm building in my NetBeans Matisse setup those command don't work in JLabels either.
There HAS to be a way to make subscripts work in Java 6 SE.
What can I do to make this work?
Thanks.

