Search:

Type: Posts; User: arieltal

Search: Search took 0.17 seconds.

  1. Re: java.lang.NullPointerExpectation:null (in java.awt.Container) when adding a JPane

    well according to your code the compiler is right, you have not initialized the variable textField1,
    you need to create a new object with the new keyword, and then you can add it.
    edit : the order...
  2. Re: java.lang.NullPointerExpectation:null (in java.awt.Container) when adding a JPane

    which line produces the error?
Results 1 to 2 of 2