add stack trace to error dialog

This commit is contained in:
BetaSteward 2011-08-31 22:30:18 -04:00
parent d387d5afa2
commit f67aaf80cf
7 changed files with 38 additions and 12 deletions

View file

@ -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);