Hi All,
I have a pretty simple question regarding JTables. Basically, I am trying to update one column dynamically based upon the user typing in a value into another column.
My Key pressed action listener appears to be functioning properly as it processes the event. However, when I try to get the string from the column the user is typing in, I get a null pointer exception (ie no string).
Has anybody had any experiece similiar to mine? If so, could you please tell me how to resolve the problem.
thanks
I have a pretty simple question regarding JTables. Basically, I am trying to update one column dynamically based upon the user typing in a value into another column.
My Key pressed action listener appears to be functioning properly as it processes the event. However, when I try to get the string from the column the user is typing in, I get a null pointer exception (ie no string).
Has anybody had any experiece similiar to mine? If so, could you please tell me how to resolve the problem.
thanks