ToolTip does not seem to accept html

I need a multiline ToolTip in a TextField. JToolTips are supposed to accept html markup of ToolTips, but when I try this in Creator2, the html prints out verbatim:

<html>These fields will appear in your certificate and will be used to control access

by the different data owners. So, you should give some thought to their specification.

Some of your data should be seen by everyone on your organization, some needs to be

restricted to just your division.</html>

How is one supposed to do multiline ToolTips?

[560 byte] By [jamesrome] at [2007-11-26 8:46:43]
# 1
For a multi-line tooltip in HTML, you'll have to use DHTML to create the tooltip. I found an article on this. I haven't tried its code and it is not a Sun-endorsed site, but it may prove helpful: http://www.texsoft.it/index.php?c=software&%20m=sw.js.htmltooltip&l=it
mbohm at 2007-7-6 22:32:39 > top of Java-index,Development Tools,Java Tools...