Search:

Type: Posts; User: scooty199

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Experiencing a run time error, don't know what the problem is

    I did find my error. I realized in my keyPressed method I should have out the parseInt under the if condition.

    Thanks for the help!
  2. [SOLVED] Experiencing a run time error, don't know what the problem is

    Ok, so in my GUI application, it takes a string and converts it to a number, but there's a problem.

    It generates a run time error

    Here's the cod]
    import java.awt.*;
    import java.awt.event.*;...
Results 1 to 2 of 2