On Fri, 20 Aug 2021 14:50:51 GMT, lawrence.andrews <github.com+87324768+lawrence-and...@openjdk.org> wrote:
>> 1) Automated the manual test case. >> 2) Removed html dependent file >> 3) Removed javax.swing.JApplet dependent. >> 4) Test case can be executed independently as well with jtreg framework. >> 5) Added methods to know that JFrame and Other component is visible before >> starting the user action via Robot. >> >> @shurymury > > lawrence.andrews has updated the pull request incrementally with one > additional commit since the last revision: > > Fixed review comments test/jdk/java/awt/im/4959409/bug4959409.java line 87: > 85: keyPressedEventLatch.countDown(); > 86: jLabel.setText("keyPressed receive for Shift+1"); > 87: System.out.println("keyPressed receive for > Shift+1"); Here, it was correct: “received”. ------------- PR: https://git.openjdk.java.net/jdk/pull/5058