private Component createRemovableTitle ( String title, Icon icon, final String id )
{
WebPanel removableTitle = new WebPanel ();
removableTitle.setOpaque ( false );
WebLabel titleLabel = new WebLabel ( title, icon );
titleLabel.setMargin ( 0, 2, 0, 4 );
removableTitle.add ( titleLabel, BorderLayout.CENTER );
WebButton remove = WebButton.createIconWebButton ( REMOVE_ICON, StyleConstants.smallRound, 2, 2, true );
remove.setFocusable ( false );
remove.addActionListener ( new ActionListener ()