Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.55 seconds.

  1. [SOLVED] Re: Code from textbook not working and I don't know why--Event-driven programming

    Oh, nevermind I found it. paymentField is null. Look at where you initialized it. You created a new local variable instead of initalizing the global variable.
  2. [SOLVED] Re: Code from textbook not working and I don't know why--Event-driven programming

    Hmm, interesting. None of your GUI objects should be throwing a Null Pointer there because the Container.add(Component) method throws a Null Pointer if the argument is null (meaning if you can add it...
Results 1 to 2 of 2