< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/ContextMenu.java

Print this page

        

@@ -267,11 +267,11 @@
 
      /**
      * Shows the {@code ContextMenu} at the specified screen coordinates. If there
      * is not enough room at the specified location to show the {@code ContextMenu}
      * given its size requirements, the necessary adjustments are made to bring
-     * the {@code ContextMenu} back back on screen. This also means that the
+     * the {@code ContextMenu} back on screen. This also means that the
      * {@code ContextMenu} will not span multiple monitors.
      * @param anchor the anchor node
      * @param screenX the x position of the anchor in screen coordinates
      * @param screenY the y position of the anchor in screen coordinates
      */
< prev index next >