< prev index next >

src/java.desktop/share/classes/javax/swing/text/Utilities.java

Print this page

        

*** 424,434 **** FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, boolean round) { return getTabbedTextOffset(null, s, metrics, x0, x, e, startOffset, ! round, null, false); } /** * Determines the relative offset into the given text that * best represents the given span in the view coordinate --- 424,434 ---- FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, boolean round) { return getTabbedTextOffset(null, s, metrics, x0, x, e, startOffset, ! round, null, true); } /** * Determines the relative offset into the given text that * best represents the given span in the view coordinate
< prev index next >