652653654655656657658659660661
// Save the configuration of the new volume settings.saveConfig(); // Show status dialog & index the directory IndexerStatusDlg statusDlg = new IndexerStatusDlg( this, false ); statusDlg.setVisible( true ); statusDlg.runIndexer( indexer ); } }