Discussion:
Applet Loader
(too old to reply)
Wayne Gibson
2006-01-10 14:52:47 UTC
Permalink
Hi,
Was wondering if somebody could help..

I have a semi-large applet that I want to show the progress of whilst it's
being loaded and need to cater for the users running the JDK 1.1 runtime.

Any samples or references?

Thanks

Wayne Gibson
IchBin
2006-01-10 16:33:40 UTC
Permalink
Post by Wayne Gibson
Hi,
Was wondering if somebody could help..
I have a semi-large applet that I want to show the progress of whilst it's
being loaded and need to cater for the users running the JDK 1.1 runtime.
Any samples or references?
Thanks
Wayne Gibson
Article 'How to do a fast Splash Screen in Java'
http://www.randelshofer.ch/oop/javasplash/javasplash.html
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Wayne Gibson
2006-01-10 17:13:14 UTC
Permalink
Post by IchBin
Article 'How to do a fast Splash Screen in Java'
http://www.randelshofer.ch/oop/javasplash/javasplash.html
Thanks for the link. I might be able to use some of the information on this
site.
But it mainly refers to application and not Applets :(

Thanks again
IchBin
2006-01-10 17:19:48 UTC
Permalink
Post by Wayne Gibson
Post by IchBin
Article 'How to do a fast Splash Screen in Java'
http://www.randelshofer.ch/oop/javasplash/javasplash.html
Thanks for the link. I might be able to use some of the information on this
site.
But it mainly refers to application and not Applets :(
Thanks again
Should be no problem to convert to an applet...
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Loading...