icon.setDimension(new Dimension(width, height));
icon.paintIcon(c, g, -3, -3);
}
private void paintInfoSign(Graphics2D g, JComponent c, int width, int height) {
InfoSign icon = new InfoSign();
icon.setDimension(new Dimension(width, height));
icon.paintIcon(c, g, -3, -3);
}