Hi all,
I have two JFrames in my application. In the first JFrame there is a JTable. When the user clicks the JTable I want to get the clicked row's object then open the second JFrame and fill its data fields with this object's elements.
So how can I transfer objects between JFrames? Can someone give me an example for this?