Used to specify the amount of time before the user has to wait
initialDelay
milliseconds before a tooltip will be
shown.
Used to specify the amount of time before the user has to wait
initialDelay
milliseconds before a tooltip will be
shown. That is, if the tooltip is hidden, and the user moves into
a region of the same Component that has a valid tooltip within
milliseconds
milliseconds the tooltip will immediately
be shown. Otherwise, if the user moves into a region with a valid
tooltip after
milliseconds
milliseconds, the user
will have to wait an additional
initialDelay
milliseconds before the tooltip is shown again.
Parameters:
-
milliseconds - time in milliseconds
See Also:
ToolTipManager.getReshowDelay()
,