mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 18:38:27 +00:00
8266247: Swing test bug7154030.java sometimes fails on macOS 11 ARM
Reviewed-by: psadhukhan
This commit is contained in:
parent
e6c5f2886c
commit
018017a917
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user