Searched defs:URLDoc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/print/attribute/autosense/
H A DPrintAutoSenseData.java73 Doc doc = new URLDoc(fileName, this.flavor);
93 class URLDoc implements Doc class in inherits:Doc
100 public URLDoc(String filename, DocFlavor docFlavor) method in class:URLDoc
120 this.printData = URLDoc.class.getResource(this.fileName);
142 URL url = URLDoc.class.getResource(this.fileName);
148 System.out.println("URLDoc: exception: " + ie.toString());

Completed in 29 milliseconds