"Import current model to JSIMwiz to solve it with the simulator", "Randomize model data", "Show help"};
ArrayList<AbstractButton> buttons = new ArrayList<AbstractButton>();
buttons.addAll(tb.populateToolbar(actions));
//adds the algorithm selection box
amvaPanel = new AMVAPanel(this);
tb.add(amvaPanel);
// Adds help
for (int i = 0; i < buttons.size(); i++) {
AbstractButton button = buttons.get(i);