i draw my images with
g.drawImage(aImage, xpos, ypos, null);
the last parameter should be a ImageObserver ( a panel has a ImageObserver Interface )
whats the difference between using null or this, any speedups or any problem when i use null ???
???