On Fri, 15 Sep 2023 04:56:25 GMT, Tejesh R <[email protected]> wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review comment update > > test/jdk/javax/swing/JInternalFrame/bug4268949.java line 52: > >> 50: || >> !((if2.getContentPane().getBackground()).equals(Color.blue)) >> 51: || >> !((if3.getContentPane().getBackground()).equals(Color.green))) { >> 52: throw new RuntimeException("Test failed: JInternalFrame >> " + > > Moving out of SwingUtilities would avoid InvovationTarget Exception.
Updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15735#discussion_r1326815889
