Hi,Ranches
I have implemented a JTable in JScrollPane,Jtable's data comes from MyAbstractTableModel, which has a
JDBC ResultSet,in JTable,data is displayed,and I can changed them,and save then back to database.
problem is that I add a JTextField in bottom of my JDialog,which is the container of JScrollPane,I want this JTextField binding with a JTable's field,in other words,I need bind the JTextField to one column of JDBC ResultSet,how to do that? or can I do that
any advice would be appreciated!