forked from External/mage
Code cleanup (removed unused log4j setting files, added extra info, samples and instructions, removed java logs)
This commit is contained in:
parent
e883ab0d97
commit
ab2fb29270
27 changed files with 183 additions and 182 deletions
|
|
@ -11,7 +11,6 @@ import java.awt.event.InvocationEvent;
|
|||
import java.awt.event.MouseEvent;
|
||||
import java.beans.PropertyVetoException;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.util.logging.Level;
|
||||
|
||||
/**
|
||||
* @author BetaSteward_at_googlemail.com, JayDi85
|
||||
|
|
@ -215,7 +214,7 @@ public class MageDialog extends javax.swing.JInternalFrame {
|
|||
try {
|
||||
this.setClosed(true);
|
||||
} catch (PropertyVetoException ex) {
|
||||
java.util.logging.Logger.getLogger(MageDialog.class.getName()).log(Level.SEVERE, "setClosed(false) failed", ex);
|
||||
LOGGER.error("setClosed(false) failed", ex);
|
||||
}
|
||||
MageFrame.getDesktop().remove(this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue