Hi,
I want to show an output of a Html which contains Images and ImageMaps. For this I am using a ULCHtmlPane. I am creating an the ULCHtmlPane component something like this,
private ULCHtmlPane getULCHtmlPane() {
ULCHtmlPane htmlPane = new ULCHtmlPane("http://localhost:8888/Test/test.html");
String URL = "" ();
System.out.println(URL);
return htmlPane;
}
ULCHtmlPane htmlPane = new ULCHtmlPane("http://localhost:8888/Test/test.html");
String URL = "" ();
System.out.println(URL);
return htmlPane;
}
The test.html file contains an image with image maps. I have attached the test.html and the imagemap.gif with this email. When I open the test.html from the browser, I get to see the tooltip when I mouseover on the Image. But when I try to put
test.html in the ULCHtmlPane, it shows the image but not the Tooltips on the image.
Hope this is clear to you. Please let me know how I can get the tooltips on this example.
Thanks in advance.
Prasanna
imagemap.gif
Description: GIF image
