103104105106107108109110
* points. Also allocates the grab point array needed by the * EditableOMText. */ public void init() { setCanGrabGraphic(false); setStateMachine(new TextStateMachine(this)); gPoints = new GrabPoint[2]; }