i have a JCheckBox on my GUI and i want it to look like this
cboxexample.JPG
is there a way i can make it blue under only the letters? i tried setbackground(Color.BLUE) but it makes the color go all the way around where the check mark and such is too but i only want it to go under the letters like that not the whole thing...so is this possible? i looked at the JCheckBox api but i didnt find anything that would let me put the color under the text or am i missing it?