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
|
|
@ -49,6 +49,7 @@ public class ErrorDialog extends MageDialog {
|
|||
public void showDialog(String title, String message) {
|
||||
this.setTitle(title);
|
||||
this.lblMessage.setText(message);
|
||||
this.lblMessage.setCaretPosition(0);
|
||||
this.pack();
|
||||
this.revalidate();
|
||||
this.repaint();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue