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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifInternalFrameTitlePane.java58 public final static int BUTTON_SIZE = 19; // 17 + 1 pixel border field in class:MotifInternalFrameTitlePane
67 setPreferredSize(new Dimension(100, BUTTON_SIZE));
106 systemMenu.show(systemButton, 0, BUTTON_SIZE);
192 return new Dimension(100, BUTTON_SIZE);
197 systemButton.setBounds(0, 0, BUTTON_SIZE, BUTTON_SIZE);
198 int x = w - BUTTON_SIZE;
201 maximizeButton.setBounds(x, 0, BUTTON_SIZE, BUTTON_SIZE);
202 x -= BUTTON_SIZE;
[all...]

Completed in 84 milliseconds