How to create rotating cursor and wait symbol?

hello,I am creating one frame and from hat frame I call nother panel. It takes some time to display (30 seconds).So, I need to display some stuff that tell please wait some time like messages in some blink sytuff and also the cusor must be rotatable.how can i do?.
[292 byte] By [rameshsa] at [2007-11-27 7:30:19]
# 1
Hi Ramesh; you can display wait cursor by using setCursor(Cursor.WAIT_CURSOR) method on your frame object.
GsrCa at 2007-7-12 19:10:31 > top of Java-index,Desktop,Core GUI APIs...