< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/FileChooserUI.java

Print this page

        

@@ -29,11 +29,11 @@
 import javax.swing.filechooser.FileFilter;
 import javax.swing.filechooser.FileView;
 import java.io.File;
 
 /**
- * Pluggable look and feel interface for <code>JFileChooser</code>.
+ * Pluggable look and feel interface for {@code JFileChooser}.
  *
  * @author Jeff Dinkins
  */
 
 public abstract class FileChooserUI extends ComponentUI

@@ -75,12 +75,12 @@
      * @param f the file
      */
     public abstract void ensureFileIsVisible(JFileChooser fc, File f);
 
     /**
-     * Returns default button for current <code>LookAndFeel</code>.
-     * <code>JFileChooser</code> will use this button as default button
+     * Returns default button for current {@code LookAndFeel}.
+     * {@code JFileChooser} will use this button as default button
      * for dialog windows.
      *
      * @param fc the {@code JFileChooser} whose default button is requested
      * @return the default JButton for current look and feel
      * @since 1.7
< prev index next >