Added title to Mage.Client. Forgot to commit utility class on previous commit.

This commit is contained in:
magenoxx 2010-11-19 15:10:50 +00:00
parent 3a0fd73854
commit e893935ce6
2 changed files with 104 additions and 0 deletions

View file

@ -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()
{