Hi,

I have been trying to figure out how to switch the side the text appears on a JRadioButton but don't know how. Is it possible? I have this

rad1 = new JRadioButton("Test: ");
On the window...