handle smaller screen sizes

This commit is contained in:
BetaSteward 2011-12-07 10:03:17 -05:00
parent b5db562450
commit afef9c06fe
5 changed files with 83 additions and 120 deletions

View file

@ -262,21 +262,8 @@ public class BattlefieldPanel extends javax.swing.JLayeredPane {
return permanents;
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
//setBackground(java.awt.Color.gray);
//setForeground(java.awt.Color.gray);
setOpaque(true);
}// </editor-fold>//GEN-END:initComponents
// Variables declaration - do not modify//GEN-BEGIN:variables
// End of variables declaration//GEN-END:variables
}
}