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

Alexander Zuev kizune at openjdk.java.net
Tue Mar 2 20:56:42 UTC 2021


On Tue, 2 Mar 2021 12:06:26 GMT, Alexander Zvegintsev <azvegint 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.

Yes, accidentally copied line instead of moving it.

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

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


More information about the swing-dev mailing list