333435363738394041
public UnmarkAllFieldsAction(Group group) { this.group = group; } public void actionPerformed(FunctionActionEvent e) { UnmarkAllFields unmark = new UnmarkAllFields(this.group, this.group.getGameData()); unmark.execute(); }