On Fri, 18 Apr 2025 22:56:38 GMT, Alisen Chung <ach...@openjdk.org> wrote:
>> Updating and opening some misc swing bugs > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > update jtreg path test/jdk/javax/swing/JSplitPane/bug4820080.java line 66: > 64: > 65: JPanel jleft = new JPanel(); > 66: jleft.setBackground(Color.darkGray); You may change from lowercase to uppercase for constants here and below Suggestion: jleft.setBackground(Color.DARK_GRAY); ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24703#discussion_r2051950518