Search:

Type: Posts; User: dlorde

Search: Search took 0.36 seconds.

  1. Re: clear Vectors in PaintProgram

    You asked for some tips - one is that unless your collection is being accessed by multiple threads, ArrayList is the preferred choice as it doesn't have the synchronization overhead of Vector.
  2. Re: clear Vectors in PaintProgram

    I don't see where you add an ActionListener to the 'clear all' button.

    Incidentally, is there some particular reason why you use Vector instead of ArrayList?
Results 1 to 2 of 2