Hello
I have a problem concerning the usage of Swing's JTabbedPane in 
Java 1.3.1.

In an earlier version of my Sofware I had a number of dialogs that 
were displayed one at a time according to selections in a set of 
menus. Now I changed the selection of the dialogs to several 
layers of JTabbedPanes. This makes navigation quite handy, but 
now I encounter a huge consumption of memory.

My question now is, whether the main loss of memory is due to 
kept references to hidden panels and their controls, or if there are 
other important aspects concerning memory usage while using 
JTabbedPanes.

One rumour I heard of, is buffering of pixels for faster redisplay of 
the hidden dialogs. Does anybody know more about this and its 
possible relevance to my problem?

I would be very thankful for any help I can get on this.

        Niels Stargardt
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to