Ejemplo n.º 1
0
  protected void installComponents() {
    optionPane.add(createMessageArea());

    Container separator = createSeparator();
    if (separator != null) {
      optionPane.add(separator);
    }
    optionPane.add(createButtonArea());
    optionPane.applyComponentOrientation(optionPane.getComponentOrientation());
  }