Re: How to trap the maximize event of the JInternalFrame?
Posted By:
Prashanth_Sukumaran
Posted On:
Sunday, September 15, 2002 04:23 AM
Hi Bhim
Add a PropertyChangeListener to the JInternalFrame and then listen for the IS_MAXIMUM_PROPERTY.
This should work.
Rgds
Prashanth Sukumaran.