Question #81: Which constant value is used to ensure the application is terminated upon closing a JFrame window in swing package?
JFrame frame = new JFrame();
frame.setDefaultCloseOperation(// //);
Question #81: Which constant value is used to ensure the application is terminated upon closing a JFrame window in swing package?
JFrame frame = new JFrame();
frame.setDefaultCloseOperation(// //);