forked from External/mage
add stack trace to error dialog
This commit is contained in:
parent
d387d5afa2
commit
f67aaf80cf
7 changed files with 38 additions and 12 deletions
|
|
@ -190,6 +190,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
connectDialog = new ConnectDialog();
|
||||
desktopPane.add(connectDialog, JLayeredPane.POPUP_LAYER);
|
||||
errorDialog = new ErrorDialog();
|
||||
errorDialog.setLocation(100, 100);
|
||||
desktopPane.add(errorDialog, JLayeredPane.POPUP_LAYER);
|
||||
ui.addComponent(MageComponents.DESKTOP_PANE, desktopPane);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue