RFR: 8166900: If you wrap a JTable in a JLayer, the cursor is moved to the last row of table by you press the page down key. [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Jun 23 03:14:24 UTC 2023


On Thu, 22 Jun 2023 21:17:53 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Formatting
>
> test/jdk/javax/swing/JTable/JLayerTableTest.java line 57:
> 
>> 55:             @Override public int getRowCount() {return 100;}
>> 56:             @Override public int getColumnCount() {return 3;}
>> 57:             @Override public Object getValueAt(int row, int column) {return "(" + row + "," + column + ")";}
> 
> Please split the long lines to have 80 chars.

done

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14614#discussion_r1239274682



More information about the client-libs-dev mailing list