Posts by Diana • 13 points
1 post
-
1
votes1
answer33
viewsQ: I’m trying to open a file with Jfilechooser and read with Bufferedreader but is only reading the last line
here is the code import javax.swing.*; import javax.swing.filechooser.FileNameExtensionFilter; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import…