}
/*package*/ boolean isBeforePoint(Point point) {
boolean result = false;
FlowBox flowBox = getLastLine();
if (flowBox != null) {
Rectangle boxRect = getAbsoluteBounds(flowBox);
if (IHTMLConstants.TAG_BR.equalsIgnoreCase(Target
.resolveNode(_part).getNodeName())) {
return CaretPositionResolver.getYDistance(boxRect, point) == 0;