3435363738394041
this.group = group; } public void actionPerformed(FunctionActionEvent e) { UnmarkAll unmark = new UnmarkAll(this.group); unmark.execute(); } }
3940414243444546
this.quadMap = quadMap; } public void actionPerformed(FunctionActionEvent e) { UnmarkAll unmarkAll = new UnmarkAll(quadMap.getActiveGroup()); unmarkAll.execute(); } }