issue#85 short approach - setDefaultCloseOperation
This commit is contained in:
parent
5b84be227a
commit
4c320f686d
@ -87,13 +87,7 @@ public class TestChooser extends JDialog {
|
|||||||
/** This listener ends application when window is closed (x button on top right corner of test chooser).
|
/** This listener ends application when window is closed (x button on top right corner of test chooser).
|
||||||
* @see issue#85 https://github.com/jMonkeyEngine/jmonkeyengine/issues/85
|
* @see issue#85 https://github.com/jMonkeyEngine/jmonkeyengine/issues/85
|
||||||
*/
|
*/
|
||||||
addWindowListener(new WindowAdapter(){
|
setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
|
||||||
@Override
|
|
||||||
public void windowClosing(WindowEvent e)
|
|
||||||
{
|
|
||||||
dispose();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user