Click to See Complete Forum and Search --> : How do you do an hourglass?


Patrick Liechty
January 20th, 1999, 02:42 PM
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

Zafir Anjum
January 21st, 1999, 01:11 AM
See


http://www.codeguru.com/java/articles/188.shtml

Julius Ivanyi
January 27th, 1999, 09:17 AM
Hi Zafir

I can't access this site, it comes back with error

Regards

Julius

shailesh goyal
January 30th, 1999, 10:00 AM
It is called WAIT_CURSOR and can be get through

c = new Cursor(Cursor.WAIT_CURSOR).

container.setCursor(c);