< prev index next >

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

Print this page

        

*** 147,156 **** --- 147,157 ---- * returns true. * @throws IllegalArgumentException if services is null or empty, * or attributes is null, or the initial PrintService is not in the * list of browsable services. */ + @SuppressWarnings("deprecation") public static PrintService printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor,
< prev index next >