I have no idea how to pass a value from jtable1 to jtable2. For an example, When I double-click the row from jtable1, and it will display the same value at jtable2. Any idea? I think hard for a long time, and I can’t solve the problem.
I have no idea how to pass a value from jtable1 to jtable2 .
Share
If you want to transfer value from one
jTableto anotherjTablewithin the same JFrame, in the mouse click event ofjTable1giveHope this will resolve your problem…