I have a Java Applet which is a tree view and tab menu applet.
There are a good number of nodes for the 10 tabs which are dynamically fed by 10 external text files to provide a dynamic menu system.
Here's the kicker.. on the lan, if left alone you can see "loading resource 3.." Please wait.
And it takes 5 minutes.
NOW.. the menu is in a left side frame, I noticed by luck if I scrolled that frame up and down so the top portion (where the "loading please wait" message is) of the greyed loading applet object disappears and the "loading resource" number increases at whatever speed you can slide it up and down (ENDING AROUND 563)so instead of taking 5 minutes this method cuts the time to 65 seconds !! What's up with that ? I can post the code if that will help .
Thanks BeforeHand
AJA
There are a good number of nodes for the 10 tabs which are dynamically fed by 10 external text files to provide a dynamic menu system.
Here's the kicker.. on the lan, if left alone you can see "loading resource 3.." Please wait.
And it takes 5 minutes.
NOW.. the menu is in a left side frame, I noticed by luck if I scrolled that frame up and down so the top portion (where the "loading please wait" message is) of the greyed loading applet object disappears and the "loading resource" number increases at whatever speed you can slide it up and down (ENDING AROUND 563)so instead of taking 5 minutes this method cuts the time to 65 seconds !! What's up with that ? I can post the code if that will help .
Thanks BeforeHand
AJA