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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsRadioButtonUI.java51 protected int dashedRectGapX; field in class:WindowsRadioButtonUI
80 dashedRectGapX = ((Integer)UIManager.get("Button.dashedRectGapX")).intValue();
H A DWindowsToggleButtonUI.java54 protected int dashedRectGapX; field in class:WindowsToggleButtonUI
84 dashedRectGapX = ((Integer)UIManager.get("Button.dashedRectGapX")).intValue();
160 BasicGraphicsUtils.drawDashedRect(g, dashedRectGapX, dashedRectGapY,
H A DWindowsButtonUI.java56 protected int dashedRectGapX; field in class:WindowsButtonUI
89 dashedRectGapX = UIManager.getInt(pp + "dashedRectGapX");
130 BasicGraphicsUtils.drawDashedRect(g, dashedRectGapX, dashedRectGapY,

Completed in 31 milliseconds