No subject
Sat Nov 12 19:29:10 PST 2005
(look at columnAtPoint() and rowAtPoint() of JTable)
and then you can find out what is the cell contents by calling the
getValueAt() on
your JTable model.
Then set the tooltip text accordingly.
----- Original Message -----
From: easwaramoorthia <easwaramoorthia at inf.com>
To: <advanced-java at xcf.berkeley.edu>
Sent: Monday, June 19, 2000 9:18 AM
Subject: Tool tip text on JTable
> I want to show tool tip text on mouse move of each row in the JTable...
> the tool tip text should be dynamic and keep changing depending on the
> content of the row data...
> how to do that??
> any pointers...
> Thanks,
> easwar
>
> > -----Original Message-----
> > From: Terry Williams [SMTP:terry.williams at webtrak.co.uk]
> > Sent: Monday, June 19, 2000 8:27 PM
> > To: advanced-java at xcf.berkeley.edu
> > Subject: Detecting Component focus in AWT
> >
> > Hi,
> > I'm a little stumped with detecting focus in AWT1.1. Usually use
> > Swing (and the hasFocus() method in JComponent) but for the current
> > project I have to use 1.1 without swing.
> >
> > what is the equivalent to hasFocus in AWT as I need to check a group of
> > components to see if any of them have the current focus or not.
> >
> > Thanks
> >
> > Terry
> >
> >
> > ---
> > To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
> > To get help, mail advanced-java-help at xcf.berkeley.edu
>
> ---
> To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
> To get help, mail advanced-java-help at xcf.berkeley.edu
>
---
To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
To get help, mail advanced-java-help at xcf.berkeley.edu
More information about the Advanced-java
mailing list