}*/ else if (event.getActionCommand().equals(EncogMenus.TOOLS_BROWSE)) {
owner.getOperations().performBrowse();
} else if (event.getActionCommand().equals(EncogMenus.TOOLS_EVALUATE)) {
owner.getOperations().performEvaluate();
} 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)) {