Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java script for status bar/ moving icon and how to put in Java applet

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
In IE or Netstacp, when the web page is loading, a small icon on the top right corner in IE or a moving strip on the bottom left cornor in Netscape will be moving until the page is loded. I am wondering, how can I get the similar thing working in applet? What I want it: when the user click a submit button in my applet on the webpage, a small icon on the top right or on the bottom begins moving, like in IE and Netscape, then when the page loding finihsed, the icon stop moving.

I know to use showStatus("") in applet to write some message on the bottom left cornor, but I would like to have an icon to show data is still loading.

I heard these kinds of moving icon is a kind of Java script. Could any one give me a clue how to do this?

Thanks a lot
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place. Please continue any discussion of this topic in your Applets forum post.

bear
Forum bartender
 
    Bookmark Topic Watch Topic
  • New Topic