CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #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

  2. #2
    Join Date
    May 1999
    Posts
    93

    Re: How do you do an hourglass?


  3. #3
    Join Date
    Apr 1999
    Posts
    15

    Re: How do you do an hourglass?



    Hi Zafir

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

    Regards

    Julius

  4. #4
    Join Date
    Jan 1999
    Posts
    1

    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
  •  





Click Here to Expand Forum to Full Width

Featured