Search:

Type: Posts; User: hawkeye01

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,348

    Re: Write on File on what is on TextField

    I found this very simple application for the PrintWriter.


    // Demonstrate PrintWriter
    import java.io.*;
    public class PrintWriterDemo {
    public static void main(String args[]) {
    PrintWriter...
  2. Replies
    3
    Views
    1,348

    Write on File on what is on TextField

    Hi just wanted to know a simple way of writing on a file whatever is written on the textfield after pressing a button. I would really appreciate any help on this one. thanks! :D
Results 1 to 2 of 2