Search:

Type: Posts; User: enflation

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    7,567

    Re: repaint panel without clearing it

    I Overrided it, I don't know why I put overloaded...

    I have something along the lines of:



    @Override
    public void update(Graphics g) {
    paint(g);
    }
  2. Replies
    5
    Views
    7,567

    repaint panel without clearing it

    I'm currently making a 2D game with sprite animation. The problem is that I only want to redraw the character sprites and not redraw the background sprites on every repaint.

    Due to the...
Results 1 to 2 of 2