Search:

Type: Posts; User: alexz003

Search: Search took 0.27 seconds.

  1. Replies
    5
    Views
    2,702

    Re: Number Format Exception

    also i changed some code and tried again, this is the new code and the new error


    private void amountToSell() {
    System.out.println(textField4.toString());
    amountToSell =...
  2. Replies
    5
    Views
    2,702

    Re: Number Format Exception

    I'm sorry here is the error


    Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at...
  3. Replies
    5
    Views
    2,702

    Number Format Exception

    Okay, I am in the process of making this program that basically takes the different numbers that are put in, and puts text on the screen depending on which of the two options were selected. HOWEVER,...
Results 1 to 3 of 3