Search:

Type: Posts; User: Yellowcab

Search: Search took 0.14 seconds.

  1. Re: Assistance with unintended termination of Get area of circle and rectangle Progra

    Problem solved

    I needed to add:

    intLaunchMessage = Integer.parseInt(strLaunchMessage);
  2. Re: Assistance with unintended termination of Get area of circle and rectangle Progra

    In GUI, I think I'm storing my input as strLaunchMessage and then using intInput in the if statement. Correct? That may cause a problem...


    How do I "connect the dots" there?
  3. Assistance with unintended termination of Get area of circle and rectangle Program

    Hello Java connoisseurs, I'm new to this forum, but not new to internet forums. ;) The following code is practice I'm doing for an upcoming exam. I have 3 classes (application, GUI, and...
Results 1 to 3 of 3