I have to develop a front end in Swing.I have a JFrame in Netbeans with 3 panes in it.
- JScrollPane 1:it contains a JTable
- JScrollPane 2: It should display the value of the fields of the selected row
- ListPane : which contains the list of tables from which a user chooses a table to be displayed.
Now since the content of JTable varies(the no of rows and columns also vary) dynamically based on the table chosen by user I can't drag and drop the TextBoxes in the 3rd scroll pane to display the selected row's values.It would be helpful if anybody can suggest a way to do it or any pointers to problems that deal with similar issue