Extract values from given Form

后端 未结 3 2056
后悔当初
后悔当初 2021-01-24 01:53

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

3条回答
  •  鱼传尺愫
    2021-01-24 02:08

    From JTable use getValueAt method to retrieve the value.

    From JTextField use textField.getText() as stated by @Abu

提交回复
热议问题