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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java115 public AquaButtonAreaLayout(final boolean syncAllWidths, final int padding) { argument
126 // Always syncAllWidths - and heights!
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicOptionPaneUI.java911 * right. If <code>syncAllWidths</code> is true, the widths of each
918 protected boolean syncAllWidths; field in class:BasicOptionPaneUI.ButtonAreaLayout
931 public ButtonAreaLayout(boolean syncAllWidths, int padding) { argument
932 this.syncAllWidths = syncAllWidths;
947 syncAllWidths = newValue;
951 return syncAllWidths;
1080 if (syncAllWidths) {

Completed in 33 milliseconds