/* 109 */ TransformGroup tg = null;
/* */
/* 111 */ if ((!this.mevent.isAltDown()) && (this.mevent.isMetaDown()))
/* */ {
/* 113 */ this.pickCanvas.setShapeLocation(xpos, ypos);
/* 114 */ PickResult pr = this.pickCanvas.pickClosest();
/* 115 */ if ((pr != null) && ((tg = (TransformGroup)pr.getNode(32)) != null) && (tg.getCapability(17)) && (tg.getCapability(18)))
/* */ {
/* 121 */ this.translate.setTransformGroup(tg);
/* 122 */ this.translate.wakeup();
/* 123 */ this.currentTG = tg;
/* 124 */ freePickResult(pr);