Posted By:
George_Tzallas
Posted On:
Tuesday, May 21, 2002 06:08 AM
A
JPanel is not a a top level container, so it is usually in a dialog, a frame,
an internal frame or an applet. I assume that by exiting the
JPanel you mean
exiting the appropriate top level container.
In that case you can check the events generated when you exit one of the mentioned top
level containers.
Otherwise you might need to give some more info.
Kind regards
George T.