posted 23 years ago
On the code below in the getValueAt function, when I compile I am getting the following error for the case 2 & 3 & 4,
i.e.
incompatible types:
found: double
required: java.language.Object
case 2: return row.m_last;
^
anyone have any ideas?
Thanks ahead of time.
Dean
(edited by Cindy to format code)
[This message has been edited by Cindy Glass (edited September 21, 2001).]