}
} // //////////////////////////////////////////////////////////////////////////////////////////////////////////
// Test if it's buttons actions
else {
if (evt.getSource() == bImport) { // import
ImportFileWizardImpl wizard = new ImportFileWizardImpl(this
.getUIFacade(), this);
wizard.show();
} else if (evt.getSource() == bPreviewPrint) { // print
previewPrint();
} else if (evt.getSource() == bShowHiddens) {
showHiddenButtonsPaneMenu();
}