On Wed, 13 Mar 2024 17:45:28 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> instruction updated > > test/jdk/java/awt/im/PinyinIMFullstopTest.java line 81: > >> 79: private static JComponent createUI() { >> 80: JPanel panel = new JPanel(); >> 81: JTextField input = new JTextField(20); > > Is there a specific reason why we switched from a text area to a text field? I have updated it to JTextArea as per the original test. Missed it earlier. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18251#discussion_r1526683784