Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,708

    [SOLVED] Re: Painting Issues

    Maybe, but that is probably less memory-friendly, and it adds more pain if you want to trigger the repaint from other places later on.

    This is all you need to do:

    public void...
  2. Replies
    9
    Views
    1,708

    [SOLVED] Re: Painting Issues

    Also, it is HIGHLY suggested that you call super.paintComponent(g); before calling the renderLevel method. You are already filling in the background in the renderLevel method, but it is considered a...
  3. Replies
    9
    Views
    1,708

    [SOLVED] Re: Painting Issues

    Show us the paintComponent() method. You may have made a small mistake there.
Results 1 to 3 of 3