Hi.
I am building a simple spring-rcp application. One of my control (a JPanel) has to do some stuff before the application exit.
In old swing applications, we register a WindowAdapter whose windowClosed method will do the stuff. How could I do this in a spring-rcp application?


Reply With Quote
