256257258259260261262263264265266
while (tX + ARROW_SIZE <= sX) { tX += ARROW_SIZE; col += 1; } Arrows a = Arrows.getArrowByColumn(ch.getStyle(), col); Point p = new Point(sX, sY); Rectangle sB = shadow.getBounds(); NoteComponent n = notes.get(p);