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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsRadioButtonUI.java54 protected int dashedRectGapHeight; field in class:WindowsRadioButtonUI
83 dashedRectGapHeight = ((Integer)UIManager.get("Button.dashedRectGapHeight")).intValue();
H A DWindowsToggleButtonUI.java57 protected int dashedRectGapHeight; field in class:WindowsToggleButtonUI
87 dashedRectGapHeight = ((Integer)UIManager.get("Button.dashedRectGapHeight")).intValue();
162 b.getHeight() - dashedRectGapHeight);
H A DWindowsButtonUI.java59 protected int dashedRectGapHeight; field in class:WindowsButtonUI
92 dashedRectGapHeight = UIManager.getInt(pp + "dashedRectGapHeight");
131 width - dashedRectGapWidth, height - dashedRectGapHeight);

Completed in 31 milliseconds