6212751: DOC: ServiceUI.printDialog() need to enhance the description for X,Y coordinates
authorpsadhukhan
Wed, 08 Jun 2016 09:56:56 +0530
changeset 39036 b18e54dcaf69
parent 39035 84023829c647
child 39037 0f3521828775
child 39509 f89a933b7f45
6212751: DOC: ServiceUI.printDialog() need to enhance the description for X,Y coordinates Reviewed-by: prr
jdk/src/java.desktop/share/classes/javax/print/ServiceUI.java
--- a/jdk/src/java.desktop/share/classes/javax/print/ServiceUI.java	Tue Jun 07 20:15:01 2016 +0400
+++ b/jdk/src/java.desktop/share/classes/javax/print/ServiceUI.java	Wed Jun 08 09:56:56 2016 +0530
@@ -134,7 +134,9 @@
      *
      * @param gc used to select screen. null means primary or default screen.
      * @param x location of dialog including border in screen coordinates
+     * relative to the origin of {@code gc}.
      * @param y location of dialog including border in screen coordinates
+     * relative to the origin of {@code gc}.
      * @param services to be browsable, must be non-null.
      * @param defaultService initial PrintService to display.
      * @param flavor the flavor to be printed, or null.