Search:

Type: Posts; User: aprabhat

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    804

    Re: Comission Calculator not performing

    In Netbeans IDE the editor window is not showing any error symbol may be Netbeans is not able to scan these lines, but in eclipse is properly showing the error in the above mentioned lines.
    If you...
  2. Replies
    6
    Views
    804

    Re: Comission Calculator not performing

    In my IDE I got compilation error in these lines...


    int tempFahr = (int) ((Double.parseDouble(tempTextField.getText())) * 1.8 + 32);
    fahrenheitLabel.setText(tempFahr + " Fahrenheit");

    ...
Results 1 to 2 of 2