public override bool doTool() { if (bottomPosition) { optionNode.setBottomPosition(); } else { optionNode.setTopPosition(); } Controller.getInstance().updatePanel(); return(true); }