I want to extract values on clicking the button save. Extract values from JTextField and JTable rows and columns. Just want a rough idea h
save
JTextField
JTable
From JTable use getValueAt method to retrieve the value.
From JTextField use textField.getText() as stated by @Abu
textField.getText()