This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
After I manually edit a cell of my JTable, the cell wont display the new text. Instead, the cell reverts back to its original text.
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
> ...Instead, the cell reverts back to its original text.
when:
after you click into another cell?
when the program re-opens?
some other time?
tip:
most here won't read more than 30 lines of code.
any more and the code must be compilable/runnable
so the problem can be seen on the screen (as most
descriptions of the problem/location are inaccurate).
if the compilable/runnable code is excessive, create
another .java file and strip everything unrelated to
the specific problem so the code is lean, then post that code.