< prev index next >

test/java/awt/GridLayout/ChangeGridSize/ChangeGridSize.java

Print this page
rev 14989 : 8160974: [TESTBUG] Mark more headful tests with @key headful.

@@ -24,10 +24,11 @@
 import java.awt.*;
 import java.awt.event.*;
 
 /*
  * @test
+ * @key headful
  * @summary Have different components having different preferred sizes
  *          added to a grid layout. Change the rows and columns of the
  *          grid layout and check the components are re-laid out.
  *          The strategy followed is to calculate the component location
  *          depending on the preferred sizes and gaps and click the cornors
< prev index next >