I am a Windows programmer and I want to do an hourglass in Java. How do you do that or what is it called?
Thanks
Printable View
I am a Windows programmer and I want to do an hourglass in Java. How do you do that or what is it called?
Thanks
Hi Zafir
I can't access this site, it comes back with error
Regards
Julius
It is called WAIT_CURSOR and can be get through
c = new Cursor(Cursor.WAIT_CURSOR).
container.setCursor(c);