Searched refs:Applet3PrintService (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java28 public class Applet3PrintService implements PrintService { class in inherits:PrintService
31 public Applet3PrintService() { method in class:Applet3PrintService
111 (obj instanceof Applet3PrintService &&
112 ((Applet3PrintService)obj).getName().equals(getName())));
H A DApplet3.java36 PrintServiceLookup.registerService(new Applet3PrintService());
/openjdk7/jdk/test/javax/print/applet/
H A DAppletPrintLookup.sh75 (cd ${TESTSRC}${SEP}applet3 ; ${JAVAC_CMD} -d ${TESTCLASSES}${SEP}applet3 Applet3.java Applet3PrintService.java)

Completed in 29 milliseconds