All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jnlp.PrintService Maven / Gradle / Ivy



package javax.jnlp;

public interface PrintService {

  public java.awt.print.PageFormat getDefaultPage();
  public java.awt.print.PageFormat showPageFormatDialog(java.awt.print.PageFormat page);
  public boolean print(java.awt.print.Pageable document);
  public boolean print(java.awt.print.Printable painter);

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy