Hy there, I have an applet consisting of a JPanel MainPanel a TreeView navTree and a JPanel jDataPanel. navtree and jDataPanel is embedded in MainPanel. Now on selection in the navTree I add a java.awt.Panel myGuiPanel to the jDataPanel by jDataPanel.add( myGuiPanel ); Now this call of the add Method tooks 4 seconds! What's the problem? I am using SUN Plugin 1.4.0. Bevore I used MS JDK and all this stuff was java.awt.* there was no such switching time to add one panel to another.
Thanks for any suggestion to solve this problem. Salvador mailto:[EMAIL PROTECTED] -------------------------------------------- in-integrierte informationssysteme GmbH Am Seerhein 8 D-78467 Konstanz http://www.in-gmbh.de -------------------------------------------- Telefon +49 (0) 7531 - 81 45- 0 Telefax +49 (0) 7531 - 81 45-81 _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
