public SmallIconGuideCellRenderer()
{
icon = new ScalingIcon(new Dimension(16, 16));
text = new JLabel();
text.setFont(text.getFont().deriveFont(GUIDE_LABEL_FONT_SIZE));
unreadButton = new UnreadButton();
unreadButtonYOffset = (16 - unreadButton.getSize().height) / 2;
setLayout(new FormLayout(COLS, ROWS));
CellConstraints cc = new CellConstraints();
add(icon, cc.xy(3, 2));