< prev index next >
src/java.desktop/share/classes/javax/swing/text/FieldView.java
Print this page
*** 187,197 ****
g.clipRect(r.x, r.y, r.width, r.height);
super.paint(g, a);
}
/**
! * Adjusts <code>a</code> based on the visible region and returns it.
*/
Shape adjustPaintRegion(Shape a) {
return adjustAllocation(a);
}
--- 187,197 ----
g.clipRect(r.x, r.y, r.width, r.height);
super.paint(g, a);
}
/**
! * Adjusts {@code a} based on the visible region and returns it.
*/
Shape adjustPaintRegion(Shape a) {
return adjustAllocation(a);
}
< prev index next >