Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/12/2006, 06:15
Avatar de dogduck
dogduck
 
Fecha de Ingreso: enero-2006
Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 2.231
Antigüedad: 19 años, 1 mes
Puntos: 19
Re: convertir texto en grafico

http://club.idecnet.com/~ccastano/femepa/050106.htm
Cita:
BufferedImage bi = new BufferedImage(400,300,BufferedImage.TYPE_INT_RGB);

Graphics g = bi.getGraphics();
Graphics h = jPanel1.getGraphics();


g.drawString("Soy un JPG",(int)evt.getPoint().getX(),(int)evt.getPoint( ).getY());
salu2