> Here is an article that seems to address your problem:
> http://www.javareference.com/jrexamples/viewexample.jsp?id=83
>
> I haven't tried their examples, but maybe it'll help you.
Hi Natasha ,
Thanks a lot for the suggestion. It worked out. I had be looking for an
answer for quite some time.
The code should have been
String imageName = "file:logo.jpg";
button_obj.setToolTipText("<html>This is an image <img
src="+imageName+"></html>");
Thanks again for your timely help.
with regards
justin
------------------
Andrey wrote:
> probably it doesnot work because you forgot to close html tag.
hi Andrey ,
By the way just closing the tag, </html> did not work Anyway thanks
for taking the time and answering the query. I checked out the site you
mentioned in your signature
> http://uio.imagero.com Unified I/O for Java
> http://reader.imagero.com Java image reader
> http://jgui.imagero.com Java GUI components and utilities
I have dowloaded the packages. i really liked them. Thanks a lot . i
think they will really help me.
with regards
justin