Search:

Type: Posts; User: nikolaiL

Search: Search took 0.15 seconds.

  1. Re: Program works, just not how i thought/wanted it would/to work.

    It shows the program working...
  2. Re: Program works, just not how i thought/wanted it would/to work.

    nothing in particular its just that, as i've said, in the tutorial i saw, another method is used, and ive specified, in what ive written, all the information that explains my problem.
  3. Re: Program works, just not how i thought/wanted it would/to work.

    Nothing is wrong with the method you proposed, i was just wondering how i could make 'x.format' go on a new line without having to do '\n'.

    The programs current output is as i said, all the data...
  4. Re: Program works, just not how i thought/wanted it would/to work.

    yes, but, i copied all of the code from a tutorial except, in the tutorial it shows how to add one record (in my CreateFile class) but then he just says he added more records, not showing how, but...
  5. Program works, just not how i thought/wanted it would/to work.

    so i have a class that creates a file:

    java.io.*;
    import java.lang.*;
    import java.util.*;

    public class CreateFile {

    private Formatter x;
Results 1 to 5 of 6