On Wed, 17 Feb 2021 04:06:36 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> > > I guess since you are modifying the test, it's better to convert into main > based from applet. > Please remove %W% %E% from @test tag and also @author tag > Also, JFileChooser.showOpenDialog() can throw HeadlessException, so you need > to mark the test @headful once you convert to main based. @mrserb is against converting manual applet-based tests one-by-one, see [his comment](https://github.com/openjdk/jdk/pull/2094#discussion_r558717221) in #2094. Thus, I'd rather leave the test as is. However, I agree `%W% %E%` can be removed from `@test` tag and `@author` tag can be dropped completely. ------------- PR: https://git.openjdk.java.net/jdk/pull/2587