[refactoring][minor] Replaced all tabs with four spaces.

This commit is contained in:
North 2012-06-19 23:50:20 +03:00
parent e646e4768d
commit 239a4fb100
2891 changed files with 79411 additions and 79411 deletions

View file

@ -43,36 +43,36 @@ import org.apache.log4j.Logger;
*/
public abstract class MagePane extends javax.swing.JInternalFrame {
private final static Logger logger = Logger.getLogger(MagePane.class);
private final static Logger logger = Logger.getLogger(MagePane.class);
/** Creates new form MagePane */
public MagePane() {
initComponents();
hideTitle();
hideTitle();
}
private void hideTitle() {
if (ui instanceof BasicInternalFrameUI)
((BasicInternalFrameUI) ui).setNorthPane(null);
}
private void hideTitle() {
if (ui instanceof BasicInternalFrameUI)
((BasicInternalFrameUI) ui).setNorthPane(null);
}
@Override
public void updateUI() {
super.updateUI();
hideTitle();
}
@Override
public void updateUI() {
super.updateUI();
hideTitle();
}
public void hideFrame() {
MageFrame.deactivate(this);
}
public void activated() {
}
public void deactivated() {
}
public void hideFrame() {
MageFrame.deactivate(this);
}
public void activated() {
}
public void deactivated() {
}
/** This method is called from within the constructor to
* initialize the form.