On Fri, 8 Apr 2022 11:59:19 GMT, Tejesh R <d...@openjdk.java.net> wrote:

>> So, that means presently it is writing /n/r/n not /r/r/n, right?
>
> 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?

-------------

PR: https://git.openjdk.java.net/jdk/pull/8122

Reply via email to