RFR: 8328819: Remove applet usage from JFileChooser tests bug6698013
Harshitha Onkar
honkar at openjdk.org
Fri Mar 22 21:36:26 UTC 2024
On Fri, 22 Mar 2024 15:40:39 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Removing applet usage from manual JFileChooser tests
> The original test is failing (nothing shows up in the JFileChooser), but this change does replace the applet usage with PassFailJFrame
Ideally the Instruction window and Test window appear side-by-side. In this case, the JFileChooser completely covers the Instruction window even when set using .testUI(). Not sure why the window manager doesn't honor the position set by PassFailJFrame, for now you can increase the number rows to increase the size of instruction window, so that the user running the manual test is aware that there are 2 windows.
-------------
PR Review: https://git.openjdk.org/jdk/pull/18456#pullrequestreview-1955833818
More information about the client-libs-dev
mailing list