Hover effect on text in Smart Client

How can you apply a hover effect (underline) on a label (plain text) in the smart client?

Got it working for the webclient, but can’t find a way to do this in the smart client. I’m probably missing something very obvious…

Update: just found the tip on ServoyMagazine.com : http://www.servoymagazine.com/home/2007/07/tip-hover-sta-1.html

But is this still the only (/best) way of doing it?

Ok, found this one out myself. I use a JLabel with a mouse listener, that works like a charm. :D