importAction.putValue( AbstractAction.SHORT_DESCRIPTION,
"Import new image into database" );
ImageIcon updateIcon = getIcon( "update_indexed_dirs.png" );
updateIndexAction = new UpdateIndexAction( "Update indexed dirs",
updateIcon, "Check for changes in previously indexed directories",
KeyEvent.VK_U );
ImageIcon previewTopIcon = getIcon( "view_preview_top.png" );
previewTopAction = new AbstractAction( "Preview on top", previewTopIcon ) {