Search:

Type: Posts; User: tangara

Search: Search took 0.11 seconds.

  1. Re: How do I print out the whole of my text file?

    OK. I heed your advice and added the StringBuilder but I still get the txt in 2 goes; not appearing once in the JOption. :(


    try{
    FileReader fileReader = new...
  2. How do I print out the whole of my text file?

    Here's my code:



    public static void main(String[]args){

    try{
    FileReader fileReader = new FileReader("data_file/Contact.txt");
    ...
Results 1 to 2 of 2