posted 23 years ago
Hi,
I'm posting this because I spent ages trying to reopen a JInternalFrame that had been closed.
To save memory and keep performance up, I decided to create a single instance of a JInternalFrame and just redisplay it as necessary. However, after it had been displayed and closed, the InternalFrameListener wouldn't process the InternalFrameClosing event.
The solution:
I hope this helps people with the same problem.
If you know a better solution, let me know.
Take it easy,
Lee