6212751: DOC: ServiceUI.printDialog() need to enhance the description for X,Y coordinates
Reviewed-by: prr
--- 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.