What are heavy weight components ?
Answer / Varsha Saxena
Heavyweight components in Swing are graphical components that have their own native peer (platform-specific window or control) and are directly managed by the underlying operating system. Examples of heavyweight components include Canvas, Frame, and Window. They can be more complex and powerful than lightweight components (which do not have a native peer), but they may also suffer from slower performance and reduced portability across different platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a swing gui in java?
What is the function of abstractaction class?
What is jpanel swing?
Which method is used by the applet to recognize the height and width?
What is the base class for all of swing components?
What is the difference between swing and awt?
What is a component in swing?
Is java swing a framework?
Why should any swing call back implementation execute quickly?
Which method is used for setting security in applets?
Is there any heavyweight component in swings?
Default layout for a ContentPane in JFC?