The Artima Developer Community
Sponsored Link

Java Answers Forum
progress bar while loading an applet

1 reply on 1 page. Most recent reply: Jun 10, 2003 1:31 AM by Fawad Shah

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Rema

Posts: 4
Nickname: rem
Registered: Jun, 2003

progress bar while loading an applet Posted: Jun 8, 2003 5:20 PM
Reply to this message Reply
Advertisement
hi,

Have u able to implement a kind of progress bar while loading an applet? i have seen something like this in the previous jdk versions (currently using jdk1.4.1_01)in a form of a running text showing the classes to be loaded...which is fine just to let the user knows the status of loading but i don't know why this isn't anymore existing in the version i used. Actually, what the user wants is something like the window's feature when uploading and downloading files, can java do this when loading an applet?

Cheers,
Rem


Fawad Shah

Posts: 9
Nickname: smartarse
Registered: May, 2003

Re: progress bar while loading an applet Posted: Jun 10, 2003 1:31 AM
Reply to this message Reply
It is possible to implement a progress bar in an applet and run it and then move on to another applet. Look at the API for JProgressBar. It should help. A good book would be Core Java 2: Swing.

Flat View: This topic has 1 reply on 1 page
Topic: Thread Previous Topic   Next Topic Topic: Implements when extending implementation

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use