Hello,
is there a way to have a JToolTip being created as a heavy weight component
by default?
The standard behaviour creates a light weight component if the tooltip is
completely within my JFrame and a heavyweight component if part of it is
displayed outside the frame.
Thanks for any information.
Regards,
Rene
Rene Ruppert - 20 Jan 2005 12:31 GMT
Just found the solution:
ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false);