The description of JInternalFrame setDefaultCloseOperation() contains the following:
.....
DO_NOTHING_ON_CLOSE
Do nothing. This requires the program to handle the operation in the windowClosing method of a registered InternalFrameListener object.
But InternalFrameListener interface doesn't have windowClosing method. It should be changed to internalFrameClosing method.
###@###.### 2004-12-09 15:13:19 GMT
|