< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/TMSchema.java

Print this page

        

@@ -23,18 +23,18 @@
  * questions.
  */
 
 /*
  * <p>These classes are designed to be used while the
- * corresponding <code>LookAndFeel</code> class has been installed
+ * corresponding {@code LookAndFeel} class has been installed
  * (<code>UIManager.setLookAndFeel(new <i>XXX</i>LookAndFeel())</code>).
- * Using them while a different <code>LookAndFeel</code> is installed
+ * Using them while a different {@code LookAndFeel} is installed
  * may produce unexpected results, including exceptions.
- * Additionally, changing the <code>LookAndFeel</code>
- * maintained by the <code>UIManager</code> without updating the
- * corresponding <code>ComponentUI</code> of any
- * <code>JComponent</code>s may also produce unexpected results,
+ * Additionally, changing the {@code LookAndFeel}
+ * maintained by the {@code UIManager} without updating the
+ * corresponding {@code ComponentUI} of any
+ * {@code JComponent}s may also produce unexpected results,
  * such as the wrong colors showing up, and is generally not
  * encouraged.
  *
  */
 
< prev index next >