Is swing components heavy weight
Posted
by
Pramod PP
on Programmers
See other posts from Programmers
or by Pramod PP
Published on 2014-06-06T09:30:17Z
Indexed on
2014/06/06
9:38 UTC
Read the original article
Hit count: 410
By Adding multiple Panels into a Panel or Dialog, Will it become heavy weight ?. Is there any way to avoid it to make complex views in single panel ?
I'm making a java Swing application, there has many controls, I'm placing multiple panel in a single panel and place that panel as the center pane of a dialog. I suspect that the application takes more memory (I don't know it actually takes. Its only a suspect). can anyone please advise on this.
© Programmers or respective owner