Hi,
I am looking for a way to control the duration of tool tips in my
application.
The only documentation I can find on the internet is:
http://java.sun.com/products/jlf/at/book/Behavior5.html, which states
that I should set the "properties of my applications tool tips". But
how do I do that?
I do not have an object representing the tool tips...
Best regards
Niels Dybdahl
steve - 04 Oct 2006 14:33 GMT
> Hi,
>
[quoted text clipped - 8 lines]
> Best regards
> Niels Dybdahl
obviously you did not read the api correctly, complicates stuff eh what
dismissDelay = Integer.MAX_VALUE;
ToolTipManager.sharedInstance().setDismissDelay(dismissDelay);