<Swing Dev> RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button"
Alexander Zvegintsev
azvegint at openjdk.java.net
Tue Mar 2 12:15:41 UTC 2021
On Tue, 2 Mar 2021 09:15:22 GMT, Alexander Zuev <kizune at 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
More information about the swing-dev
mailing list