Searched defs:buttonWidth (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java59 private int buttonWidth; field in class:MetalScrollButton
68 buttonWidth = width;
313 return new Dimension( buttonWidth, buttonWidth - 2 );
317 return new Dimension( buttonWidth, buttonWidth - (isFreeStanding ? 1 : 2) );
321 return new Dimension( buttonWidth - (isFreeStanding ? 1 : 2), buttonWidth );
325 return new Dimension( buttonWidth - 2, buttonWidth );
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorderMetrics.java40 public int buttonWidth; field in class:AquaInternalFrameBorderMetrics
67 buttonWidth = 15;
84 buttonWidth = 12;
101 buttonWidth = 15;
118 buttonWidth = 13;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsInternalFrameTitlePane.java52 private int buttonWidth, buttonHeight; field in class:WindowsInternalFrameTitlePane
70 buttonWidth = UIManager.getInt("InternalFrame.titleButtonWidth") - 4;
81 buttonWidth = buttonHeight;
84 buttonWidth = (int) ((float) buttonWidth * d.width / d.height);
87 buttonWidth += 2;
445 x, y, buttonWidth, buttonHeight, 2,
451 x, y, buttonWidth, buttonHeight, (xp != null) ? 2 : 0,
457 x, y, buttonWidth, buttonHeight, 0,

Completed in 337 milliseconds