requirementsPanel.setLayout(new BoxLayout(requirementsPanel, BoxLayout.Y_AXIS));
jp.add(requirementsPanel);
}
protected void filterActionSets(String option) {
ActionSet foundActionSet = null;
for (ActionSet actionSet : actionSets) {
if (actionSet.getOption().equals(option)) {
foundActionSet = actionSet;
break;