< prev index next >

test/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java

Print this page
rev 17435 : 8183286: Some java/awt and javax/swing tests miss headful jtreg keyword

@@ -28,10 +28,11 @@
 import javax.swing.JPanel;
 import javax.swing.SwingUtilities;
 
 /**
  * @test
+ * @key headful
  * @bug 8175301
  * @summary Java GUI hangs on Windows when Display set to 125%
  * @run main/othervm -Dsun.java2d.uiScale=2 ScaledFrameBackgroundTest
  * @run main/othervm -Dsun.java2d.uiScale=2 -Dsun.java2d.d3d=true ScaledFrameBackgroundTest
  * @run main/othervm -Dsun.java2d.uiScale=2 -Dsun.java2d.opengl=true ScaledFrameBackgroundTest
< prev index next >