I was wondering if you guys could help me out. I\'m trying to make an animation program with Java\'s built in graphics module... The thing is, Java executes everything at once;
Maybe a simple sleep might be enough for you?
Thread.sleep(milliseconds);