Searched refs:activePoint (Results 1 – 1 of 1) sorted by relevance
82 private transient Point activePoint = new Point(); field in DumbTextComponent561 offset2Point(activeStart, false, activePoint); in drawSelection()563 int line = activePoint.x - 1; in drawSelection()564 g.fillRect(line, activePoint.y, 1, lineHeight); in drawSelection()