Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/03/2010, 11:32
skarmory
 
Fecha de Ingreso: julio-2009
Mensajes: 4
Antigüedad: 14 años, 9 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);