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: