We are using the setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE) method of JFrame.
I want to support the native look and feel, and thus I have to use AWT instead of Swing. So what is the AWT method equivalent to setDefaultCloseOperation?
Am I correct in thinking that in order to support the native look and feel we should use AWT instead of Swing?