Hello,
I cannot figure out how I can add a new row to my AbstractTableModel, I am using a JDialog with a few textfields as input method.
I am getting the variables from the user, however I need a way to add the text into an AbstractTableModel.
Note n = new Note(); n.setFag(FagTextField.getText()); n.setFilnavn(FilnavnTextField.getText()); n.setNote(NoteTextField.getText());
Thanks in advance!