<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:43 UTC 2021


On Tue, 2 Mar 2021 13:26:51 GMT, Alexey Ivanov <aivanov 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 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


More information about the swing-dev mailing list