
10/01/2007, 10:28
|
| | Fecha de Ingreso: diciembre-2006
Mensajes: 5
Antigüedad: 18 años, 4 meses Puntos: 0 | |
Subrayar Hola,
me gustaría saber como puedo lograr que un caracter se subraye si estoy pintando sobre un jpanel de la siguiente manera
Font f1 = new Font("Rhythms", Font.TRUETYPE_FONT, 36);
g.setFont(f1);
g.drawString("e", pixms(comp.getFigura(j)).intValue(), this.getHeight()/2+10);
Gracias. |