Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.17 seconds.

  1. Replies
    8
    Views
    1,583

    Re: Baffled by simple graphics

    Ohh snap, good catch. Yeah, ArrayList probably wouldn't work for you too well then. :p

    Although, this does point out why you shouldn't use pre-existing names for your classes! Sure, that's what I...
  2. Replies
    8
    Views
    1,583

    Re: Baffled by simple graphics

    I'm glad you got it working. For what it's worth, it's pretty much universally accepted that ArrayLists should be used instead of Vectors.
  3. Replies
    8
    Views
    1,583

    Re: Baffled by simple graphics

    Recommended reading: Lesson: Performing Custom Painting (The Java™ Tutorials > Creating a GUI With JFC/Swing)

    How would a drawPixel() method help you? The logic would be the same, just more...
Results 1 to 3 of 3