although there is no errors in my code, its not working


if (jRadioButton1.isSelected())
{
jLabel2.setText("right");
jLabel2.setText(null);
...