On Wed, 13 Mar 2024 18:12:38 GMT, Abhishek Kumar <[email protected]> wrote:
>> Conversion of manual applet test to automated test. CI testing is green. >> Link attached to JBS. > > Abhishek Kumar has updated the pull request incrementally with one additional > commit since the last revision: > > Whitespace error fix test/jdk/javax/swing/JTable/bug4222153.java line 66: > 64: frame.setLocationRelativeTo(null); > 65: frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); > 66: frame.setVisible(true); I guess it is better to move frame initialization part into a separate method rather here. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18275#discussion_r1524263059
