Class DarkOptionPaneUI.DarkButtonAreaLayout

  • All Implemented Interfaces:
    LayoutManager
    Enclosing class:
    DarkOptionPaneUI

    public static class DarkOptionPaneUI.DarkButtonAreaLayout
    extends BasicOptionPaneUI.ButtonAreaLayout
    ButtonAreaLayout behaves in a similar manner to FlowLayout. It lays out all components from left to right. If syncAllWidths is true, the widths of each component will be set to the largest preferred size width.

    This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicOptionPaneUI.