/[projects]/miscJava/Test3/src/ImageServlet.java
ViewVC logotype

Diff of /miscJava/Test3/src/ImageServlet.java

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

revision 611 by torben, Mon Feb 22 22:18:40 2010 UTC revision 612 by torben, Mon Feb 22 22:33:20 2010 UTC
# Line 66  public class ImageServlet extends HttpSe Line 66  public class ImageServlet extends HttpSe
66                  logger.info("bWidth=" + bounds.getWidth() + ", bHeight=" + bounds.getHeight());                  logger.info("bWidth=" + bounds.getWidth() + ", bHeight=" + bounds.getHeight());
67                                    
68                                    
69                  gfx.drawString(text, textX, 210);                  gfx.drawString(text, textX, 210);//note that the Y denotes the text's baseline !
70                                    
71                                    
72                                    

Legend:
Removed from v.611  
changed lines
  Added in v.612

  ViewVC Help
Powered by ViewVC 1.1.20