Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JTable - enable cursor blink at cell with single click

843806Oct 18 2007 — edited Oct 19 2007
Hi there;

I coudn't find any sample on how to achieve the goal
-> JTable - enable cursor blink at cell with single click
Currently, with single click on the cell, I'm able to edit the text / value. However, it will be more understandable for user, when they see the cursor is blinking.

The cursor only blink when i double click / f2 on the selected cell. Pls advise, thanks in advance.

Comments

Jim Smith
You could try changing the encoding in Tools | Preferences |Environment
692593
Thanks Jim,
I changed encoding in Tools | Preferences |Environment to utf8/utf-8, but sql developer is still not displaying the correct charactes
Srini Chavali-Oracle
Pl post the following -

1. OS version and oracle version
2. NLS settings for the database
3. Output from sqlplus showing the UTF8 characters
4. Same output from SQLDeveloper

HTH
Srini
692593
*1. OS version and oracle version*
Windows XP Professional/Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production

*2. NLS settings for the database*
AL32UTF8

*3. Output from sqlplus showing the UTF8 characters*
\什么是统码
ANSI
\什么是统码
يونی‌کُد چيست؟.utf8

*4. Same output from SQLDeveloper*
\什么是统码 ANSI
\什么是统码 يونی‌کُد چيست؟.utf8

Thanks,
Salem
Srini Chavali-Oracle
Ouch ;-)

>
\什么是统码
>

Can you confirm that this this valid data ?

Srini
692593
:) I know sorry sqlplus (which I dont' use) doesn't display the data right too. But, data is valid and it displays ok in putty...
1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 16 2007
Added on Oct 18 2007
9 comments
1,420 views