RFR: JDK-8328012 : Convert InputMethod (/java/awt/im) applet tests to main [v4]

Harshitha Onkar honkar at openjdk.org
Sat Mar 16 22:35:21 UTC 2024


On Wed, 13 Mar 2024 17:45:28 GMT, Alexander Zvegintsev <azvegint at 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


More information about the client-libs-dev mailing list