How to set the caret(My Caret Class that extends DefaultCaret) to a JTable cell.
Is there any way to setCaret() just in case of JTextField() in JTable.
Regards
Asit
|
|
0
|
|
|
|
Reply
|
hi_asit
|
11/14/2003 8:51:39 AM |
|
Asit wrote:
> How to set the caret(My Caret Class that extends DefaultCaret) to a JTable cell.
>
> Is there any way to setCaret() just in case of JTextField() in JTable.
>
Use a Custom Cell Editor with the appropriate Caret set on it.
BK
|
|
0
|
|
|
|
Reply
|
Babu
|
11/14/2003 9:02:39 AM
|
|
Anyone know where to find an example of this? -Ike
"Babu Kalakrishnan" <k.a.l.a@sankya.com> wrote in message
news:bp25nq$1jjfl0$1@ID-76750.news.uni-berlin.de...
> Asit wrote:
> > How to set the caret(My Caret Class that extends DefaultCaret) to a
JTable cell.
> >
> > Is there any way to setCaret() just in case of JTextField() in JTable.
> >
>
> Use a Custom Cell Editor with the appropriate Caret set on it.
>
> BK
>
>
>
|
|
0
|
|
|
|
Reply
|
Ike
|
11/15/2003 2:28:15 PM
|
|