Re: RFR: 8328648: Remove applet usage from JFileChooser tests bug4150029 [v4]

2024-03-26 Thread Abhishek Kumar
On Tue, 26 Mar 2024 22:33:45 GMT, Alisen Chung wrote: >> Removing applet usage from manual JFileChooser tests > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > moved create ui code to helper, change test pass check, add mouse

Re: RFR: 8328648: Remove applet usage from JFileChooser tests bug4150029 [v4]

2024-03-26 Thread Damon Nguyen
On Tue, 26 Mar 2024 22:33:45 GMT, Alisen Chung wrote: >> Removing applet usage from manual JFileChooser tests > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > moved create ui code to helper, change test pass check, add mouse

Re: RFR: 8328648: Remove applet usage from JFileChooser tests bug4150029 [v4]

2024-03-26 Thread Alisen Chung
> Removing applet usage from manual JFileChooser tests Alisen Chung has updated the pull request incrementally with one additional commit since the last revision: moved create ui code to helper, change test pass check, add mouse release, remove getContentPane - Changes: - all: