hopefully this helps the once-in-a-while "app doesn't close" issue .. ?

once in a while i've noticed after choosing "exit" from the menu, the
application doesn't terminate. the window always closes as expected,
but the java process seems to hang around. not exactly sure what
behaviour triggers this yet
This commit is contained in:
Gered 2016-03-21 12:03:47 -04:00
parent 0293bce73e
commit e1972daa11

View file

@ -75,6 +75,7 @@ public class Llanfair extends BorderlessFrame implements TableModelListener,
registerFonts();
setResizable(Settings.windowUserResizable.get());
setLookAndFeel();
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
addComponentListener(this);
run = new Run();