How do I display a multi-line tooltip?
Created Feb 1, 2000
John Zukowski Check out the tooltip example from the Swing samples application that ships with the JDK. You can use embedded html tags in the text of the tooltip to produce the desired result in a platform independent fashion.