Search:

Type: Posts; User: AbdulAziz Bader

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    2,344

    if and else

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


    if (jRadioButton1.isSelected())
    {
    jLabel2.setText("right");
    jLabel2.setText(null);
    ...
  2. Replies
    2
    Views
    2,466

    if and else

    hello,
    i`m having a problem with if and else, as you can see in the code in below the if and else is working for the first qustion, but how i can change it if i want to move to the next qustion...
Results 1 to 2 of 2