jdk/src/share/classes/javax/swing/plaf/basic/BasicOptionPaneUI.java
changeset 21278 ef8a3a2a72f2
parent 20169 d7fa6d7586c9
child 21982 fd6e5fe509df
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   921         protected boolean           centersChildren;
   921         protected boolean           centersChildren;
   922         private int orientation;
   922         private int orientation;
   923         private boolean reverseButtons;
   923         private boolean reverseButtons;
   924         /**
   924         /**
   925          * Indicates whether or not centersChildren should be used vs
   925          * Indicates whether or not centersChildren should be used vs
   926          * the orientation. This is done for backward compatability
   926          * the orientation. This is done for backward compatibility
   927          * for subclassers.
   927          * for subclassers.
   928          */
   928          */
   929         private boolean useOrientation;
   929         private boolean useOrientation;
   930 
   930 
   931         public ButtonAreaLayout(boolean syncAllWidths, int padding) {
   931         public ButtonAreaLayout(boolean syncAllWidths, int padding) {