Sample applet that illustrates event consuming problem. When there is a listeners of the specified event type registered on the component, the component will not dispatch the event to the parent container after its processing by listeners.
As of JDK 1.4 this problem cannot be solved by event redispatching if the component is a light-weight component!