setToolTipText (getDescription ());
// none of these quite does it:
// new BoxLayout (this, BoxLayout.Y_AXIS));
// new GridLayout (0, 1));
setLayout (new VerticalLayoutManager ());
setSelected (false);
label = new JLabel (getDescription (), getIcon (), SwingConstants.LEFT);
label.setBackground (Color.green);
label.setAlignmentX (Component.LEFT_ALIGNMENT);
label.setHorizontalAlignment (SwingConstants.LEFT);