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