Hi,
Please review the change for JDK9,
Bug: https://bugs.openjdk.java.net/browse/JDK-8160056
Webrev: http://cr.openjdk.java.net/~arapte/8160056/webrev.00/
Change Description:
The TextField is a single line text component.
If the input text contains new line characters then the character will be
replace by space character.
TextField replaces EOL(platform specific) and LF(\n)
characters with space character.
Information about LF character is not explicitly mentioned in
the java doc.
Hence adding the missing description.
Regards,
Ambarish