< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java

Print this page

        

@@ -83,11 +83,11 @@
      * Font to use in places where there is no widget.
      */
     private Font fallbackFont;
 
     /**
-     * If true, GTKLookAndFeel is inside the <code>initialize</code>
+     * If true, GTKLookAndFeel is inside the {@code initialize}
      * method.
      */
     private boolean inInitialize;
 
     /**

@@ -1669,15 +1669,15 @@
         return true;
     }
 
     /**
      * Returns whether or not the UIs should update their
-     * <code>SynthStyles</code> from the <code>SynthStyleFactory</code>
+     * {@code SynthStyles} from the {@code SynthStyleFactory}
      * when the ancestor of the Component changes.
      *
      * @return whether or not the UIs should update their
-     * <code>SynthStyles</code> from the <code>SynthStyleFactory</code>
+     * {@code SynthStyles} from the {@code SynthStyleFactory}
      * when the ancestor changed.
      */
     public boolean shouldUpdateStyleOnAncestorChanged() {
         return true;
     }
< prev index next >