< prev index next >

test/java/awt/hidpi/properties/HiDPIPropertiesUnixTest.java

Print this page
rev 14836 : 8159690: [TESTBUG] Mark headful tests with @key headful.

*** 26,36 **** import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.geom.AffineTransform; import javax.swing.UIManager; ! /* @test * @bug 8137571 * @summary Linux HiDPI Graphics support * @author Alexander Scherbatiy * @requires (os.family == "linux" | os.family == "mac") * @run main/othervm -Dsun.java2d.uiScale.enabled=false --- 26,38 ---- import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.geom.AffineTransform; import javax.swing.UIManager; ! /* ! * @test ! * @key headful * @bug 8137571 * @summary Linux HiDPI Graphics support * @author Alexander Scherbatiy * @requires (os.family == "linux" | os.family == "mac") * @run main/othervm -Dsun.java2d.uiScale.enabled=false
< prev index next >