Re: Changing the font of tool tip text
- From: "qu0ll" <qu0llSixFour@xxxxxxxxx>
- Date: Sun, 24 Dec 2006 06:29:30 +1100
"Thomas Kellerer" <TAAXADSCBIXW@xxxxxxxxxxxxx> wrote in message
news:4v2k87F1aosl9U1@xxxxxxxxxxxxxxxxxxxxx
You could override createToolTip() and then set the Font:
public JTooltip createToolTip()
{
JToolTip tip = super.createToolTip();
tip.setFont(myFont);
return tip;
}
haven't tried this though.
Thanks, that did the trick.
--
And loving it,
qu0ll
______________________________________________
qu0llSixFour@xxxxxxxxx
(Replace the "SixFour" with numbers to email)
.
- References:
- Changing the font of tool tip text
- From: qu0ll
- Re: Changing the font of tool tip text
- From: Thomas Kellerer
- Changing the font of tool tip text
- Prev by Date: please help me out
- Next by Date: Lineweight dependent on drawing scale - how to keep line weight at 1
- Previous by thread: Re: Changing the font of tool tip text
- Next by thread: JNLP/Web Start Question
- Index(es):
Relevant Pages
|