Searched defs:buttonsWidth (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalInternalFrameTitlePane.java76 int buttonsWidth = 0; field in class:MetalInternalFrameTitlePane
306 buttonsWidth = leftToRight ? w - x : x;
333 int xOffset = leftToRight ? 4 : buttonsWidth + 4;
334 int bumpLength = width - buttonsWidth -2*4;
462 bumpLength = width - buttonsWidth - xOffset - 5;
465 bumpLength = xOffset - buttonsWidth - 5;
466 bumpXOffset = buttonsWidth + 5;
H A DMetalTitlePane.java135 private int buttonsWidth; field in class:MetalTitlePane
769 bumpLength = width - buttonsWidth - xOffset - 5;
772 bumpLength = xOffset - buttonsWidth - 5;
773 bumpXOffset = buttonsWidth + 5;
962 buttonsWidth = leftToRight ? w - x : x;

Completed in 130 milliseconds