OK so, let’s say I have a Java applet that takes a while to load (~5 secs). It’s getting the mysql-connector.jar and it’s loading. Well.. instead of the gray box with the coffee logo… can I make it have a simple progress bar with the percent?
Thanks.
If you need the mysql-connector it seems like your application is fairly complex, and that you should, at least consider, using java webstart. From the faq:
If you really want to do the progress bar, this page describes a solution, but it’s not trivial by any mean.