forked from External/mage
Added title to Mage.Client. Forgot to commit utility class on previous commit.
This commit is contained in:
parent
3a0fd73854
commit
e893935ce6
2 changed files with 104 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ public class MageFrame extends javax.swing.JFrame {
|
|||
/** Creates new form MageFrame */
|
||||
public MageFrame() {
|
||||
|
||||
setTitle("Mage, version 0.5");
|
||||
|
||||
EDTExceptionHandler.registerExceptionHandler();
|
||||
addWindowListener(new WindowAdapter()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue