< prev index next >
src/java.desktop/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
Print this page
*** 988,999 ****
}
/**
! * <code>ButtonAreaLayout</code> behaves in a similar manner to
! * <code>FlowLayout</code>. It lays out all components from left to
* right, flushed right. The widths of all components will be set
* to the largest preferred size width.
*/
private static class ButtonAreaLayout implements LayoutManager {
private int hGap = 5;
--- 988,999 ----
}
/**
! * {@code ButtonAreaLayout} behaves in a similar manner to
! * {@code FlowLayout}. It lays out all components from left to
* right, flushed right. The widths of all components will be set
* to the largest preferred size width.
*/
private static class ButtonAreaLayout implements LayoutManager {
private int hGap = 5;
< prev index next >