On Tue, 2 Mar 2021 09:15:22 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:

> 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with 
> "Exception: Failed to hide opaque button"

test/jdk/javax/swing/JComponent/7154030/bug7154030.java line 112:

> 110:             frh = bounds.height - insets.top - insets.bottom;
> 111: 
> 112:             imageInit = robot.createScreenCapture(new Rectangle(locx, 
> locy, frw, frh));

Looks like the result of this screen capture is unused.

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

PR: https://git.openjdk.java.net/jdk/pull/2790

Reply via email to