return Utilities.addInsets(size, label.getInsets());
}
public void propertyChange(final PropertyChangeEvent e) {
JLabel label = (JLabel)e.getSource();
label.revalidate();
label.repaint();
}
protected String layoutCL(final JLabel label, final FontMetrics fontMetrics, final String text, final Icon icon, final Rectangle viewR, final Rectangle iconR, final Rectangle textR) {