Java Swing FAQ: How do I create a wait cursor in a Java application?
I was going to write a nice, complicated Java “wait cursor” example today, showing you how to create an animated wait cursor in Java using threads, but after looking at a much simpler approach, I've decided to show that instead.