|
-
January 20th, 1999, 03:42 PM
#1
How do you do an hourglass?
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
-
January 21st, 1999, 02:11 AM
#2
Re: How do you do an hourglass?
-
January 27th, 1999, 10:17 AM
#3
Re: How do you do an hourglass?
Hi Zafir
I can't access this site, it comes back with error
Regards
Julius
-
January 30th, 1999, 11:00 AM
#4
Re: How do you do an hourglass?
It is called WAIT_CURSOR and can be get through
c = new Cursor(Cursor.WAIT_CURSOR).
container.setCursor(c);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|