Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.13 seconds.

  1. Replies
    21
    Views
    2,389

    [SOLVED] Re: Using multiple timers to draw images??

    Your BusRender class is going to have to render all of the routes. I'd recommend moving all of your route data into a separate Object that knows how to draw itself. Then from your BusRender class you...
  2. Replies
    21
    Views
    2,389

    [SOLVED] Re: Using multiple timers to draw images??

    If you know how to update and draw one thing, then the logic for updating and drawing multiple things is the same. Just iterate over a list of things and do the updating and drawing to each thing. No...
  3. Replies
    21
    Views
    2,389

    [SOLVED] Re: Using multiple timers to draw images??

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