On Tue, 12 Mar 2024 05:18:15 GMT, Tejesh R <[email protected]> wrote: >> Alexander Zvegintsev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comments > > test/jdk/java/awt/FileDialog/MultipleMode.java line 63: > >> 61: .instructions(INSTRUCTIONS) >> 62: .rows(15) >> 63: .columns(40) > > column size can be reduced based on the test instructions.
The instructions use different default fonts and sizes on each system, if I reduce the columns it will not fit on Linux. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18205#discussion_r1521193766
