private void createComponents() {
exportRequestLogFormats = new JComboBox( DBExporter.Format.values() );
RequestLogExport exportAction = new RequestLogExport( parent, db, locale, exportRequestLogFormats );
exportAction.addListener( this );
exportRequestLogButton = new JButton(
locale.getString("gui.label.export"),
new ImageIcon( r.getImage("icons/16x16/export.png") )
);