Hi! I've added nextTabStop() implementation to swing ParagraphView. There are 2 places in the implementation that are not covered by the OpenJDK API specification (I returned the same values as the RI does for these cases): - what should be returned in case of the types of justification other that left; - what should be returned if getTabAfter returned null?
ChangeLog entries:
* javax/swing/text/ParagraphView.java:
(nextTabStop(float,int)): Implement; document.
(DEF_TAB_STOP_OFFSET): New private static field (used by nextTabStop).
(TAB_DEFAULT_SIZE): Likewise.
(TAB_CHARS): Likewise.
(TAB_AND_DECIMAL_CHARS): Likewise.
Regards.
PS. This is the last patch pending currently at my side.
classpath-ivmai-37.diff
Description: Binary data
