KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > ServiceUI

javax.print
Class ServiceUI

java.lang.Object
  extended by javax.print.ServiceUI
See Also:
Source Code

public static PrintService printDialog(GraphicsConfiguration gc,
                                       int x,
                                       int y,
                                       PrintService[] services,
                                       PrintService defaultService,
                                       DocFlavor flavor,
                                       PrintRequestAttributeSet attributes)
                                throws HeadlessException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServiceUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags