< prev index next >
src/java.desktop/macosx/classes/com/apple/laf/AquaOptionPaneUI.java
Print this page
*** 45,55 ****
return new AquaOptionPaneUI();
}
/**
* Creates and returns a Container containin the buttons. The buttons
! * are created by calling <code>getButtons</code>.
*/
protected Container createButtonArea() {
final Container bottom = super.createButtonArea();
// Now replace the Layout
bottom.setLayout(new AquaButtonAreaLayout(true, kDialogSmallPadding));
--- 45,55 ----
return new AquaOptionPaneUI();
}
/**
* Creates and returns a Container containin the buttons. The buttons
! * are created by calling {@code getButtons}.
*/
protected Container createButtonArea() {
final Container bottom = super.createButtonArea();
// Now replace the Layout
bottom.setLayout(new AquaButtonAreaLayout(true, kDialogSmallPadding));
< prev index next >