/[classpath]/classpath/java/awt/print/PrinterJob.java
ViewVC logotype

Diff of /classpath/java/awt/print/PrinterJob.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.5 by gnu_andrew, Tue Aug 2 20:12:16 2005 UTC revision 1.6.2.6 by gnu_andrew, Wed Nov 2 00:43:32 2005 UTC
# Line 169  public abstract class PrinterJob Line 169  public abstract class PrinterJob
169    /**    /**
170     * Prints the page with given attributes.     * Prints the page with given attributes.
171     */     */
172    public abstract void print (PrintRequestAttributeSet attributes)    public void print (PrintRequestAttributeSet attributes)
173      throws PrinterException;      throws PrinterException
174      {
175        print ();
176      }
177    
178    /**    /**
179     * Displays a dialog box to the user which allows the print job     * Displays a dialog box to the user which allows the print job

Legend:
Removed from v.1.6.2.5  
changed lines
  Added in v.1.6.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26