< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/basic/BasicOptionPaneUI.java

Print this page

        

@@ -134,11 +134,11 @@
 
 
 
     /**
      * Creates a new {@code BasicOptionPaneUI} instance.
-     *
+     * @param x the component
      * @return a new {@code BasicOptionPaneUI} instance
      */
     public static ComponentUI createUI(JComponent x) {
         return new BasicOptionPaneUI();
     }
< prev index next >