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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsRadioButtonUI.java53 protected int dashedRectGapWidth; field in class:WindowsRadioButtonUI
82 dashedRectGapWidth = ((Integer)UIManager.get("Button.dashedRectGapWidth")).intValue();
H A DWindowsToggleButtonUI.java56 protected int dashedRectGapWidth; field in class:WindowsToggleButtonUI
86 dashedRectGapWidth = ((Integer)UIManager.get("Button.dashedRectGapWidth")).intValue();
161 b.getWidth() - dashedRectGapWidth,
H A DWindowsButtonUI.java58 protected int dashedRectGapWidth; field in class:WindowsButtonUI
91 dashedRectGapWidth = UIManager.getInt(pp + "dashedRectGapWidth");
131 width - dashedRectGapWidth, height - dashedRectGapHeight);

Completed in 22 milliseconds