< prev index next >

src/java.desktop/share/classes/sun/awt/AWTAccessor.java

Print this page

        

@@ -83,11 +83,11 @@
          */
         boolean getBackgroundEraseDisabled(Component comp);
         /*
          *
          * Gets the bounds of this component in the form of a
-         * <code>Rectangle</code> object. The bounds specify this
+         * {@code Rectangle} object. The bounds specify this
          * component's width, height, and location relative to
          * its parent.
          */
         Rectangle getBounds(Component comp);
         /*
< prev index next >