mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fixed client bug where pressing "No" on "Are you sure you want to disconnect?" closed the client anyway.
This commit is contained in:
parent
21852af144
commit
e076c0b6ee
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
||||||
btnExit = new javax.swing.JButton();
|
btnExit = new javax.swing.JButton();
|
||||||
lblStatus = new javax.swing.JLabel();
|
lblStatus = new javax.swing.JLabel();
|
||||||
|
|
||||||
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
|
setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
|
||||||
setMinimumSize(new Dimension(600, 400));
|
setMinimumSize(new Dimension(600, 400));
|
||||||
|
|
||||||
desktopPane.setBackground(new java.awt.Color(204, 204, 204));
|
desktopPane.setBackground(new java.awt.Color(204, 204, 204));
|
||||||
|
|
Loading…
Reference in a new issue