RFR: 8315726: Open source several AWT applet tests

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Sep 12 08:40:40 UTC 2023


On Mon, 11 Sep 2023 22:18:51 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

> Some closed AWT test are open sourced.

Marked as reviewed by psadhukhan (Reviewer).

test/jdk/java/awt/Component/Displayable.java line 98:

> 96:             f.add("North", test);
> 97:             f.pack();
> 98:             f.dispose();

GUess it will be better to do dispose in try-finally block

-------------

PR Review: https://git.openjdk.org/jdk/pull/15671#pullrequestreview-1621645917
PR Review Comment: https://git.openjdk.org/jdk/pull/15671#discussion_r1322657523


More information about the client-libs-dev mailing list