Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: I can't use JTable in a JFrameForm despite of import

    The compiler can not find a definition that is in scope (within the same pair of {}s) for the variable named in the error message.
    Check why it wasn't found: spelling error, definition out of...
  2. Re: I can't use JTable in a JFrameForm despite of import

    Where is the full text of the compiler's error message?
    The message should show the source with a ^ under the location of the error.
    Here is a sample from the javac compiler:

    ...
  3. Re: I can't use JTable in a JFrameForm despite of import

    Please copy the full text of the compiler's error messages and paste it here,
Results 1 to 3 of 3