Searched refs:customIpadx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/
H A DGridBagLayoutIpadXYTest.java39 final int customIpadx = 300; field in class:GridBagLayoutIpadXYTest
65 gc.ipadx = customIpadx;
77 if ( minSize.width + customIpadx != jtf.getSize().width ||

Completed in 29 milliseconds