g2.setColor(ControlPanel.PLAYER_BG_COLOR);
g2.fillRect(0, y-1, getWidth(), 92);
}
if (refreshMouseRegions && state == BazaarPanelState.SELECT_TILE && bi.getOwner() == null) {
getMouseRegions().add(new MouseListeningRegion(new Rectangle(0, y-1, getWidth(), 102), this, i));
}
g2.drawImage(img, 20, y, 90, 90, null);
if (bi.getCurrentBidder() == null && bi.getOwner() != null) {