S
sb5309
I need to display a progressbar on a web page while a browser is
downloading a file.
Any tips ?
Thanks.
downloading a file.
Any tips ?
Thanks.
I need to display a progressbar on a web page while a browser is
downloading a file.
Any tips ?
I need to display a progressbar on a web page while a browser is
downloading a file.
Any tips ?
Lionel said:JProgressBar.
Make sure that you do the download in a different thread using
SwingWorker.
Nigel said:Google. Given that you posted via Google Groups I'll assume that you know how to
use it. Look at the archives for the comp.lang.java newsgroups and you'll find
plenty of information on using progress bars.
Read the Java Tutorials, particularly:
http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html
I need to display a progressbar on a web page while a browser is
downloading a file.
Any tips ?
For browser---web page ??
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.