{
BasePanel bp = ( BasePanel ) selComp ;
BibtexDatabase refBase = bp.getDatabase() ;
if (refBase != null)
{
IntegrityWizard wizard = new IntegrityWizard(JabRefFrame.this, basePanel()) ;
Util.placeDialog(wizard, JabRefFrame.this);
wizard.setVisible(true) ;
}
}
}