Searched defs:comp2 (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))) {
120 System.out.println(" URI.toURL() returns:" + comp2);
/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/
H A DActualFocusedWindowRetaining.java167 void clickInSeriesCheckFocus(Component comp1, Component comp2, Frame frame) { argument
171 if (comp2 != null) {
172 clickOnCheckFocusOwner(comp2);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java1864 * @param comp2 the second component
1869 * {@code comp2} is {@code null}
1873 JComponent comp2, ComponentPlacement type) {
1874 return addPreferredGap(comp1, comp2, type, DEFAULT_SIZE,
1883 * @param comp2 the second component
1892 * {@code comp2} is {@code null}
1896 JComponent comp2, ComponentPlacement type, int pref,
1901 if (comp1 == null || comp2 == null) {
1907 comp1, comp2, type, pref, max));
1872 addPreferredGap(JComponent comp1, JComponent comp2, ComponentPlacement type) argument
1895 addPreferredGap(JComponent comp1, JComponent comp2, ComponentPlacement type, int pref, int max) argument

Completed in 58 milliseconds