} else if (event.getActionCommand().equals(EncogMenus.TOOLS_TRAIN)) {
TrainBasicNetwork t = new TrainBasicNetwork(null,null);
t.performTrain();
} else if (event.getActionCommand().equals(
EncogMenus.TOOLS_VALIDATION_CHART)) {
ValidationChart check = new ValidationChart();
check.perform(EncogWorkBench.getInstance().getMainWindow());
} else if (event.getActionCommand().equals(EncogMenus.TOOLS_BIN2EXTERNAL)) {
ImportExport.performBin2External();
} else if (event.getActionCommand().equals(EncogMenus.TOOLS_EXTERNAL2BIN)) {
ImportExport.performExternal2Bin(null,null,null);
} else if (event.getActionCommand().equals(EncogMenus.TOOLS_RBF)) {