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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java346 checkLessThan(min, pref);
347 checkLessThan(pref, max);
358 private static void checkLessThan(int min, int max) { method in class:GroupLayout

Completed in 39 milliseconds