// table.setDefaultEditor ( Color.class, );
// table.setDefaultEditor ( List.class, );
// Configuring scrollpane corner
configureEnclosingScrollPaneUI ( table );
ancestorAdapter = new AncestorAdapter ()
{
@Override
public void ancestorAdded ( final AncestorEvent event )
{
configureEnclosingScrollPaneUI ( table );