< prev index next >

src/java.desktop/macosx/classes/com/apple/laf/AquaOptionPaneUI.java

Print this page

        

@@ -45,11 +45,11 @@
         return new AquaOptionPaneUI();
     }
 
     /**
      * Creates and returns a Container containin the buttons. The buttons
-     * are created by calling <code>getButtons</code>.
+     * 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 >