On Fri, 18 Feb 2022 12:54:07 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8236907: JTable added to nested panels does not paint last > > test/jdk/javax/swing/JTable/8236907/LastVisibleRow.java line 61: > >> 59: testRobot = new Robot(); >> 60: >> 61: javax.swing.SwingUtilities.invokeAndWait(new Runnable() { > > No need for SwingUtilities expansion since import is already done Updated. > test/jdk/javax/swing/JTable/8236907/LastVisibleRow.java line 67: > >> 65: createAndShowGUI(); >> 66: } catch (Exception e) { >> 67: e.printStackTrace(); > > I guess any exception in creating GUI should exit the test with proper > exception so need to catch. Updated. ------------- PR: https://git.openjdk.java.net/jdk/pull/7422