package test; import java.awt.*; import java.awt.event.*;
Observations: When the Panel gets the mousePressed(), it can receive the following mouseDrag, but the Component cannot! When both Panel and Component listen to mouse moves, only the Component gets them |