101102103104105106107
textPane.removeMouseListener(this); textPane.removeMouseMotionListener(this); changingEditState = false; typingCommand = new TypingCommand(this, origHeight); }