Hello Guys!!!
I have JFrame with 2 JTable and 4 JTextField inside it. I want to display the selected row data on 4 individual JTextField. JTable has 4 columns and i created 4 corresponding JTextField. When user selects row it should display the data on JTextField. How can i accomplish this task? Any help is greatly appreciated. Thanks!!!