Replace the following line:

jTextArea1.setText(text);

with the following :
System.out.println(text);

If you see your file completely ( not only the first line ), then something wrong with...