I make a Game of life and I have a little problem.
With java, when I make a PaintComponent, I can use repaint() method but for my game, I make a Canvas (I took the example of the API DrawPoints) but how can I redraw my canvas? is there a redraw method like repaint() for PaintComponent?
thx





