Searched defs:comp1 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/net/URI/
H A DURItoURLTest.java115 static boolean equalsComponents(String method, String comp1, String comp2) { argument
116 if ((comp1 != null) && (!comp1.equals(comp2))) {
119 System.out.println(" URL(URI.toString()) returns:" + comp1);
/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/
H A DActualFocusedWindowRetaining.java167 void clickInSeriesCheckFocus(Component comp1, Component comp2, Frame frame) { argument
168 if (comp1 != null) {
169 clickOnCheckFocusOwner(comp1);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java1863 * @param comp1 the first component
1868 * @throws IllegalArgumentException if {@code type}, {@code comp1} or
1872 public SequentialGroup addPreferredGap(JComponent comp1, argument
1874 return addPreferredGap(comp1, comp2, type, DEFAULT_SIZE,
1882 * @param comp1 the first component
1891 * @throws IllegalArgumentException if {@code type}, {@code comp1} or
1895 public SequentialGroup addPreferredGap(JComponent comp1, argument
1901 if (comp1 == null || comp2 == null) {
1907 comp1, comp2, type, pref, max));

Completed in 30 milliseconds