Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Thread: Class Error

    by Norm
    Replies
    6
    Views
    1,362

    Re: Class Error

    Are you using the same version of the javac command on the different computers?

    The code you posted will NOT compile because the import statement needed for the JOptonPane class is not there.
    You...
  2. Thread: Class Error

    by Norm
    Replies
    6
    Views
    1,362

    Re: Class Error

    Your posted code does not have the import statements needed.
    You need to post ALL of your code.
  3. Thread: Class Error

    by Norm
    Replies
    6
    Views
    1,362

    Re: Class Error

    You should not name your classes with a Java SE class name.
    Make your name unique by adding My: MyEvent.

    Did you post ALL of the code for the two classes? Or did you leave some statements off?
    ...
Results 1 to 3 of 3