Answers for "how to quit close the jframe when click"

1

jframe exit on close

frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Posted by: Guest on January-30-2021

Code answers related to "how to quit close the jframe when click"

Browse Popular Code Answers by Language