My applet already has a progress bar. I don't want to show the progress bar and class loading info that appears with version 1.4 of the Java plug-in. Can I disable this "feature"? Thanks, Drew
I'm not aware of any way to do so. Just make your controlling/loading class small and fast so that it can take control and display its progress bar as soon as possible.