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

/openjdk9/jdk/test/javax/swing/SpringLayout/4726194/
H A Dbug4726194.java38 private static String[] hConstraints = {SpringLayout.WEST, "Width", SpringLayout.EAST, SpringLayout.HORIZONTAL_CENTER}; field in class:bug4726194
64 String[] constraints = horizontal ? hConstraints : vConstraints;

Completed in 75 milliseconds