Posted By:
Finlay_McWalter
Posted On:
Thursday, June 14, 2001 09:06 PM
There is no way to do this in AWT (yet another reason to use Swing).
You can, however, easily implement a button control of your own (by subclassing either Component or Panel) and you can draw the text label on it yourself, in any way you wish, including underlines.