Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    2,587

    Re: User Input File Name

    I'd suggest you write a small simple program to use JFileChooser and print out what its various methods return. Use it several ways such as selecting an existing file or entering the name of a new...
  2. Replies
    12
    Views
    2,587

    Re: User Input File Name

    Sorry, I still can't see the problem you are having.
    You get the name of the file from the user.
    You create an object of a class to write to that file using the name given above in the class's...
  3. Replies
    12
    Views
    2,587

    Re: User Input File Name

    Sorry, I can't understand your problem here. Once you get the user enter data into a String variable, then you can use that variable in a file class's constructor.
    If the problem is concatenating...
  4. Replies
    12
    Views
    2,587

    Re: User Input File Name

    Sorry, I don't understand your problem.
    If you get the filename into a String variable, you can use it in your program.

    What is "the system" that you talk about?
  5. Replies
    12
    Views
    2,587

    Re: User Input File Name

    The JOptionPane class has several methods that return a String.
Results 1 to 5 of 5