Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: My Programme Not working .. as i used VECTOR and SWING.

    The classnames with the $ in them are for inner classes.
    What warnings did the compiler output when you used the -Xlint option?

    Please Edit your post and wrap your code with


    <YOUR CODE HERE>...
  2. Re: My Programme Not working .. as i used VECTOR and SWING.

    Did you try compiling the program with the javac option: -Xlint to find the statements that the compiler is concerned about?
    The warning message is because you are not using the generics syntax to...
Results 1 to 2 of 2