src/share/classes/javax/print/ServiceUI.java

Print this page

        

*** 129,140 **** * if (service != null) { * ... print ... * } * } * }</pre> ! * <p> ! * @param gc used to select screen. null means primary or default screen. * @param x location of dialog including border in screen coordinates * @param y location of dialog including border in screen coordinates * @param services to be browsable, must be non-null. * @param defaultService - initial PrintService to display. --- 129,139 ---- * if (service != null) { * ... print ... * } * } * }</pre> ! * * @param gc used to select screen. null means primary or default screen. * @param x location of dialog including border in screen coordinates * @param y location of dialog including border in screen coordinates * @param services to be browsable, must be non-null. * @param defaultService - initial PrintService to display.