30/03/2010, 11:32
|
| | Fecha de Ingreso: julio-2009
Mensajes: 4
Antigüedad: 15 años, 5 meses Puntos: 0 | |
Respuesta: imagen detras texto en JButton Claro que se puede,
ImageIcon imagen = new ImageIcon(getClass().getResource("/dir/imagen.algo"));
JButton boton = new JButton("HOLA",imagen);
boton.setHorizontalTextPosition(SwingConstants.CEN TER);
boton.setVerticalTextPosition(SwingConstants.CENTE R); |