< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XMenuItemPeer.java

Print this page

        

@@ -435,11 +435,11 @@
 
     /**
      * Sets mapping of item to window.
      * @param bounds bounds of item in container's coordinates
      * @param textOrigin point for drawString in container's coordinates
-     * @see XBaseMenuWindow.map()
+     * @see XBaseMenuWindow#map()
      */
     void map(Rectangle bounds, Point textOrigin) {
         this.bounds = bounds;
         this.textOrigin = textOrigin;
     }
< prev index next >