Search:

Type: Posts; User: shen_punkz21

Search: Search took 0.20 seconds.

  1. Replies
    11
    Views
    1,977

    Check This! :-?

    How to loop this writer:
    I would like to separate write in notepad or textfile.
    Example:

    Should the writer like this I want to loop is by first line or one line only.

    writer.write(text);
    ...
  2. Replies
    11
    Views
    1,977

    Re: BufferedWriter help

    my problem is how to write file using notepad where the firstline is looping in one line like this

    07-12345-Wilson-Dacles-T.-February 1, 1995-male-lordwils02@gmail.com-taguig...
  3. Replies
    11
    Views
    1,977

    Re: BufferedWriter help

    Hi there. this my code i've done:


    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.io.*;
    import java.util.*;

    public class RegisterBank extends JFrame {
  4. Replies
    11
    Views
    1,977

    Buferred Writer in TextFile

    how to write text in notepad only first line except second line and others ?
    can you give me sample code?
  5. Replies
    11
    Views
    1,977

    BufferedWriter help

    java how to write file in one line separate in nextline meaning write into two copies
Results 1 to 5 of 5