Lightweight components differ from heavy weight componants not because of one of the following reasons

A) A heavyweight component have transparent pixels which lightweight have opaque.
B) A lightweight can appear to be non-rectangular while heavyweight are always rectangular.
C) Mouse events on light weight componants fall through its parents while in the heavyweight it doesn’t.
D) On overlapping of the lightweight component over the heavy weight component the heavy weight component is always on top.
Explanation: lightweight component have transparent pixels which heavyweight have opaque.

Showing Answers 1 - 3 of 3 Answers

sarathi

  • Oct 24th, 2007
 

  1. Heavy weight component is created by the operating system.
  2. Its size or place or pixel are changed according to
    OS.
    for example:
    jButton is created in windows (OS) that program is shift to
    Linux (OS) definitely its change the size or pixel of the button. so it machine dependent..

  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