コード例 #1
0
ファイル: EditorServer.java プロジェクト: amarala/recoled
 public int getOffsetFromPoint(Point p) {
   return textPane.viewToModel(p);
 }