Tooltip em Imagem

0 respostas
keller

Ola,

Alguem tem ideia de como colocar um hint / tip em uma Image ?
*Sem utilizar nenhum componente para pintar ela. ( ex. JLabel )

ImageIcon imageIcon = ValidationResultViewFactory.getWarningIcon();
imageIcon.setDescription(message);
imageIcon.paintIcon(	jcomponent, jcomponent.getGraphics(), jcomponent.getWidth()-30, jcomponent.getHeight()-18 );

Valeu. :thumbup:

Criado 21 de junho de 2007
Respostas 0
Participantes 1