I want to read text files in Java. How to do? I have JFileChooser. It will approve and then open file. After read it will show in JTextArea. My Code:
ActionListener openButton_Click = new ActionListener() {
    public void actionPerformed(ActionEvent e) {
        // put code here
    }
}
 
    