multiple lines in tooltip

hello all,i am trying to attch a multi line tool tip for a JButton.i have gone thru the forum search and tried all techniques of using html tags with or or <pre> tags and nothing seems to work for me.any help in this matter would be great.
[285 byte] By [ramchu2002] at [2007-9-27 18:23:29]
# 1
[nobr]Following works for me:buttonTest.setToolTipText("<html>first line<br>second line</html>");Best regards,Martin[/nobr]
edosoft at 2007-7-6 18:57:00 > top of Java-index,Archived Forums,Swing...