src/share/classes/java/awt/Component.java

Print this page

        

@@ -2024,11 +2024,11 @@
      * specifying the component's top-left corner in the screen's
      * coordinate space.
      * @return an instance of <code>Point</code> representing
      *          the top-left corner of the component's bounds in the
      *          coordinate space of the screen
-     * @throws <code>IllegalComponentStateException</code> if the
+     * @throws IllegalComponentStateException if the
      *          component is not showing on the screen
      * @see #setLocation
      * @see #getLocation
      */
     public Point getLocationOnScreen() {