posted 19 years ago
2 of the columns in my JTable hold monetary values ( double).
If the value in cell A changes, then value B should be updated with the result of a calculation performed using the new value in A and the old value in B.
Sort of like a spreadsheet.
I can't seem to set the new value of A for use in a simple calculation.
At present my code is as follows:
[edited to remove those evil tab characters -ds ]
[ October 18, 2002: Message edited by: Dirk Schreckmann ]