On Fri, 8 Apr 2022 12:08:07 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Initially it is /r/r/n from `getText()` of pane0, later it is /n/r/n from >> `setText()`.... > > When you do out.write(array, last, counter - last); in write(Writer out, > Document doc, int pos, int len) method, what is being written? Is it /r/r/n > or /n/r/n presently? Finally its /n/r/n....... I mentioned /r/r/n because that was the output string from `getText()` method to `setText()` method...... ------------- PR: https://git.openjdk.java.net/jdk/pull/8122