On Sat, 5 Apr 2025 16:39:56 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8353589 > > test/jdk/javax/swing/JPopupMenu/bug4119993.java line 92: > >> 90: cols[r] = "col " + r; >> 91: for (int c = 0; c < 5; c ++) { >> 92: data[r][c] = "(" + r + "," + c + ")"; > > Suggestion: > > data[r][c] = "(" + r + "," + c + ")"; updated > test/jdk/javax/swing/JPopupMenu/bug4119993.java line 102: > >> 100: p.add(scrollpane); >> 101: >> 102: String[] s = {"1","2","3","4","5", "6", "7", "8", "9", "10"}; > > Suggestion: > > String[] s = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}; updated ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24457#discussion_r2031617776 PR Review Comment: https://git.openjdk.org/jdk/pull/24457#discussion_r2031617582