@Override
protected void drawBackground( Graphics g, Board b, int startPos, int rightEdgePos, int bottomEdgePos,
int panelWidth, int panelHeight) {
super.drawBackground(g, b, startPos, rightEdgePos, bottomEdgePos, panelWidth, panelHeight);
BlockadeBoard bb = (BlockadeBoard)b;
drawHomeBases(g, bb, true);
drawHomeBases(g, bb, false);
}