How to set Caret in JTable Cell

  • Follow


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

2 Replies
464 Views

(page loaded in 0.259 seconds)

Similiar Articles:













7/26/2012 1:19:24 PM


Reply: