g.setColor(Color.BLACK);
g.setStroke(new BasicStroke(5.0f / this.scale));
g.drawRoundRect(sx * 100 - 60, sy * 100 - 60, 120, 120, 20, 20);
g.setColor(Color.RED);
g.setStroke(new BasicStroke(3.0f / this.scale));
g.drawRoundRect(sx * 100 - 60, sy * 100 - 60, 120, 120, 20, 20);
}
// Create the sector info text
final Color titleColor = new Color(0x40, 0x40, 0x40);
final Color detailColor = new Color(0x50, 0x50, 0x50);