コード例 #1
0
ファイル: TextPanel.java プロジェクト: dimitarp/basex
 /**
  * Returns the line and column of the current caret position.
  *
  * @return line/column
  */
 public final int[] pos() {
   return rend.pos();
 }