System.out.println("6293139: Chosen printer is: "+ja.getPrinter());
if(pjob!=null){
Graphicspg=pjob.getGraphics();
if(pg!=null){
//images.printAll(pg);
this.printAll(pg);
pg.dispose();
}
pjob.end();
}
}
}
classDisplayImagesextendsCanvas{
publicvoidpaint(Graphicsg){
g.setFont(newFont("Helvetica",Font.BOLD,12));
g.drawString("PRINTING TEST",1,10);
g.drawString(" 4846344: Confirm that cancelling the native dialog will not prompt for file.",1,25);
g.drawString(" 4851365: Confirm that printing in native dialog shows test_file_name.prn as default.",1,40);
g.drawString(" 4851321: Confirm that in the Common Range dialog, page ranges is set to 1-6.",1,55);
g.drawString(" 4851316: Confirm that NPE is not thrown upon selecting Common Selection dialog.",1,70);
g.drawString(" 4863656: Confirm that no IAE is thrown when printing in native dialog.",1,85);
g.drawString(" 4864444: Confirm that the default directory in Native 2 is same as current one with no filename set.",1,100);
g.drawString(" 5046198: Confirm that the default filename in Common Range dialog when printing to a file is same as that of PrintToFile dialog.",1,115);
g.drawString(" 6293139: In Common Range dialog, change printer before printing then confirm the chosen printer.",1,130);