Table Cell Editor

Hello,

I have a simple table of numeric data. All cell's are of type Double and all cells are editable.

Initially all values are set to 0

I have not set specific editor. I'm just accepting the table's default.

Currently, if the user tabs into a cell and hits the '2' key twice, the result is 0.022

I'd like to change this so that

> when ever the user starts to edit a cell, the previous contents are removed. So for example if user hits '2' key twice, the result would be 22 and not 0.022.

Please advise on best approach.

Thank you.

[598 byte] By [tedhilla] at [2007-10-3 0:30:45]
# 1
Check out this posting: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=640471
camickra at 2007-7-14 17:23:53 > top of Java-index,Desktop,Core GUI APIs...