mirror of https://github.com/zlatinb/muwire
unless the window is disposed windowClosing event doesn't fire
parent
ae56a389b9
commit
8332074789
|
@ -158,7 +158,7 @@ class MainFrameView {
|
|||
builder.with {
|
||||
application(size : [mainFrameX,mainFrameY], id: 'main-frame',
|
||||
locationRelativeTo : null,
|
||||
defaultCloseOperation : JFrame.DO_NOTHING_ON_CLOSE,
|
||||
defaultCloseOperation : JFrame.DISPOSE_ON_CLOSE,
|
||||
title: application.configuration['application.title'] + " " + version,
|
||||
iconImage: imageIcon('/MuWire-48x48.png').image,
|
||||
iconImages: [imageIcon('/MuWire-48x48.png').image,
|
||||
|
|
Loading…
Reference in New Issue