Java Swing File Organization

28 Views Asked by At

I want to write to a txt file by pressing JButton.I want to write JTextField.getText() to a txt file by pressing JButton. enter image description here What should I do in general.

I tried to write FileWriter class but didn't actually get it.

0

There are 0 best solutions below