8266247: Swing test bug7154030.java sometimes fails on macOS 11 ARM

Reviewed-by: psadhukhan
This commit is contained in:
Alexander Zuev 2022-04-20 16:47:59 +00:00
parent e6c5f2886c
commit 018017a917

View File

@ -74,6 +74,8 @@ public class bug7154030 {
@Override
public void run() {
JDesktopPane desktop = new JDesktopPane();
desktop.setBackground(Color.WHITE);
desktop.setForeground(Color.BLACK);
button = new JButton("button");
frame = new JFrame();
frame.setUndecorated(true);