Example #1
0
 public void cut() {
   if (text.getCaretPosition() < commandPos) super.copy();
   else super.cut();
 }