< prev index next >

src/java.desktop/share/classes/javax/swing/text/html/IsindexView.java

Print this page

        

@@ -52,12 +52,12 @@
         super(elem);
     }
 
     /**
      * Creates the components necessary to implement
-     * this view.  The component returned is a <code>JPanel</code>,
-     * that contains the PROMPT to the left and <code>JTextField</code>
+     * this view.  The component returned is a {@code JPanel},
+     * that contains the PROMPT to the left and {@code JTextField}
      * to the right.
      */
     public Component createComponent() {
         AttributeSet attr = getElement().getAttributes();
 
< prev index next >