Hi,
I am writing a simple Jframe application that will be run on windows. I need to get events when application is minimized and maximized. is there any event that is called when application is minimized?
Printable View
Hi,
I am writing a simple Jframe application that will be run on windows. I need to get events when application is minimized and maximized. is there any event that is called when application is minimized?
Have a look at the WindowListener and its implementation the WindowAdapter.
kind regards,
Jos
Moved here from 'New to Java'
db