Open GoogleCodeExporter opened 9 years ago
To solve the problem, A "System.exit(0)" call needs to be done when the user
clicks on the exit button or close the window...
Original comment by lahlou180@gmail.com
on 27 May 2011 at 2:53
I added a
t = new JFrame("Desktop Publisher");
t.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
in the source to solve this
Original comment by meow...@gmail.com
on 22 Oct 2011 at 5:02
Original issue reported on code.google.com by
lahlou180@gmail.com
on 24 May 2011 at 9:13