Search Results
OK to copy?
Examples 1 through 4 of
4 (0.04 seconds)
Class:
org.apache.batik.svggen.Bug4389
©,
Rating:
0% of 0,
C1
Class: org.apache.tools.ant.launch.Locator ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.ejb.IPlanetEjbc ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.ejb.IPlanetEjbc ©, Rating: 0% of 0, C2
63 public class Bug4389 implements Painter {
64 public void paint(Graphics2D g){
65 ImageIcon image = new ImageIcon(ClassLoader.getSystemResource("org/apache/batik/svggen/resources/vangogh.png"));
66 g.translate(40,40);
67 g.drawImage(image.getImage(), new AffineTransform(), null);
Class: org.apache.tools.ant.launch.Locator ©, Rating: 0% of 0, C2
071 URL url = null;
072 if (c == null) {
073 url = ClassLoader.getSystemResource(resource);
074 } else {
075 url = c.getResource(resource);
Class: org.apache.tools.ant.taskdefs.optional.ejb.IPlanetEjbc ©, Rating: 0% of 0, C2
0712 String location = (String) resourceDtds.get(publicId);
0713 if (location != null) {
0714 inputStream
0715 = ClassLoader.getSystemResource(location).openStream();
0716 } else {
Class: org.apache.tools.ant.taskdefs.optional.ejb.IPlanetEjbc ©, Rating: 0% of 0, C2
0679 }
0680
0681 if (ClassLoader.getSystemResource(location) != null) {
0682 log("Found resource: " + location);
0683 resourceDtds.put(publicID, location);
Result Page:
1