All swing components are light weight componants except for (Select Multiple)

A) JWindow, JFrame
B) JDialog
C) JApplet
D) JPanel

Showing Answers 1 - 8 of 8 Answers

g.amarnath

  • Jan 17th, 2006
 

All components in Project Swing, except JApplet, JDialog, JFrame and JWindow are lightweight components. Lightweight components, unlike their Abstract Window Toolkit (AWT) counterparts, do not depend on the local windowing toolkit. ANS is: --->d

  Was this answer useful?  Yes

Jags_vision

  • Dec 12th, 2008
 

all AWT components are heavyweight and all Swing  components are lightweight (except for the top-level ones: JWindow, JFrame,  JDialog, and JApplet),

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions