On Tue, 2 Mar 2021 13:26:51 GMT, Alexey Ivanov <aiva...@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 116: > >> 114: Graphics g = fullScreen.getGraphics(); >> 115: g.setColor(Color.RED); >> 116: g.drawRect(locx-1, locy-1, frw+1, frh+1); > > Suggestion: > > g.drawRect(locx - 1, locy - 1, frw + 1, frh + 1); Fixed. ------------- PR: https://git.openjdk.java.net/jdk/pull/2790