RFR: 8294535 : Add screen capture functionality to PassFailJFrame

Alexey Ivanov aivanov at openjdk.org
Mon Aug 7 20:13:42 UTC 2023


On Tue, 23 May 2023 02:52:03 GMT, lawrence.andrews <duke at openjdk.org> wrote:

> 1) Used builder pattern 
> 2) Tested AWT tests and it passed

test/jdk/java/awt/TrayIcon/TrayIconScalingTest.java line 87:

> 85:                 .rows(18)
> 86:                 .columns(85)
> 87:                 .enableScreenCapture()

Should it be `.screenCapture()`? For the shorter method name?

What do you think?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14094#discussion_r1286229498



More information about the client-libs-dev mailing list