I\'m trying to display tooltips in Java which may or may not be paragraph-length. How can I word-wrap long tooltips?
Example:
jTextField1.setToolTipText("" + "Line One" +"" + "Line 2" + "");