Sharan
04-21-2000, 05:27 AM
Why does an applet before loading the data populate a white screen?
My applet has got checkboxes and grids. The grid is populated with values using 2 nested for loops.
There are 43 rows in the Grid. At a time I make it possible to view only 8 rows in the screen.
In one function I load the visible rows to a Vector and in another function I load all the rows to another Vector.
Now whenever I load the page with Applet, before featuring the data, it shows a white screen and the status bar shows "Document Done", then after nearly 12 secs the applet is getting loaded to the page.
Browser used is Netscape 4.7.
To add on to the problem, The same code on a Netscape 4.05 takes only 2 seconds to load the applet.
Please let me can anyone advice on this.
My applet has got checkboxes and grids. The grid is populated with values using 2 nested for loops.
There are 43 rows in the Grid. At a time I make it possible to view only 8 rows in the screen.
In one function I load the visible rows to a Vector and in another function I load all the rows to another Vector.
Now whenever I load the page with Applet, before featuring the data, it shows a white screen and the status bar shows "Document Done", then after nearly 12 secs the applet is getting loaded to the page.
Browser used is Netscape 4.7.
To add on to the problem, The same code on a Netscape 4.05 takes only 2 seconds to load the applet.
Please let me can anyone advice on this.