I prefer the following path.
JFileChooser chooser= new JFileChooser();
int choice = choose.showOpenDialog();
if (choice != JFileChooser.APPROVE_OPTION) return;
File chosenFile = chooser.getSelectedFile();
JFileChooser .
JButton ActionListener.
fileChooseButton.addActionListener( new ActionListener(){
public void actionPerformed(ActionEvent e){
}
});