From fb10e2f2ae1c1f0164044b5c0819dd7fb4cd7b54 Mon Sep 17 00:00:00 2001 From: Prasanta Sadhukhan Date: Wed, 8 Jun 2016 09:56:56 +0530 Subject: [PATCH] 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jdk/src/java.desktop/share/classes/javax/print/ServiceUI.java b/jdk/src/java.desktop/share/classes/javax/print/ServiceUI.java index fede6e1b85c..82566e9f804 100644 --- a/jdk/src/java.desktop/share/classes/javax/print/ServiceUI.java +++ b/jdk/src/java.desktop/share/classes/javax/print/ServiceUI.java @@ -134,7 +134,9 @@ public class ServiceUI { * * @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.