there is method JFrame.setDefau ltCloseOperatio n(DISPOSE_ON_CL OSE);
ie. when we click at close button of the JFrame this methos is called.
How can it be implemented using keyevent??????? ?/
ie. when we click at close button of the JFrame this methos is called.
How can it be implemented using keyevent??????? ?/
Comment