posted 18 years ago
Hi,
I have a container with a number of components in it, JPanels and the like.
I would like to take note of a number of things when the user closes the container
(get the time in milisec for instance).
Is it possible to access this information?
eg. something like
Container.onClose(){
getCurrentTimeMilis()
}
???
How does one monitor the container being closed/minimised etc?
Thanks,
E