RFR: 8236907: JTable added to nested panels does not paint last visible row [v2]
Tejesh R
duke at openjdk.java.net
Mon Feb 21 05:31:35 UTC 2022
On Fri, 18 Feb 2022 12:54:07 GMT, Prasanta Sadhukhan <psadhukhan at 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
More information about the client-libs-dev
mailing list