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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java106 protected int getButtonGap(JComponent source, JComponent target, method in class:DefaultLayoutStyle
108 offset -= getButtonGap(source, position);
110 offset -= getButtonGap(target, flipDirection(position));
130 protected int getButtonGap(JComponent source, int position, int offset) { method in class:DefaultLayoutStyle
131 offset -= getButtonGap(source, position);
139 public int getButtonGap(JComponent c, int position) { method in class:DefaultLayoutStyle
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java2435 return getButtonGap(component1, component2, position,
2438 return getButtonGap(component1, component2, position, offset);
2461 return getButtonGap(component, position, 12 -
2466 protected int getButtonGap(JComponent source, JComponent target, method in class:MetalLookAndFeel.MetalLayoutStyle
2468 offset = super.getButtonGap(source, target, position, offset);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLookAndFeel.java2517 return getButtonGap(component1, component2, position,
2521 return getButtonGap(component1, component2, position,
2525 return getButtonGap(component1, component2, position,
2536 return getButtonGap(component, position, dluToPixels(7, position));

Completed in 42 milliseconds