response.setContentType("image/jpeg");
  response.setHeader("Pragma", "No-cache");
  response.setHeader("Cache-Control", "no-cache");
  response.setDateHeader("Expires", 0);

  int width = 160,  height = 35;
  BufferedImage image = new BufferedImage(width, height,
BufferedImage.TYPE_INT_RGB);
  Graphics g = image.getGraphics();


but error occuryed ,how can we make VerifyCode in Google App Engine ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to