i want to make a dialog box to import a file and then use the buffered reader to use it. should i use (before the BufferedReader) the JFileChooser, the Scanner or the openFileReader? i tried to use all of them but i always got problems that i cant solve. :o

