Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: File open dialog box

  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    9
    My Mood
    Happy
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Post File open dialog box

    Hi everybody, I'm trying to write a code that provide a dialog box for selecting multiple files and renaming all of them to change their extensions. Can anybody help me how can i do it?



    Thanks in advance


  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: File open dialog box

    Your question involves solving multiple problems in multiple steps, and so before we write a complete multi-page tutorial, let's save us all some needless effort and find out exactly what you have done so far, and what *specific* step you may be stuck on.

  3. The Following User Says Thank You to curmudgeon For This Useful Post:

    Padmahasa (October 25th, 2012)

  4. #3

    Default Re: File open dialog box

    Here is an example: Show open dialog

Similar Threads

  1. can't open jar file
    By dipakshah8944 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: July 31st, 2012, 10:28 AM
  2. Open file from JAR
    By StevenTNorris in forum AWT / Java Swing
    Replies: 2
    Last Post: October 29th, 2011, 12:02 PM
  3. Saving a file using a dialog box
    By Deprogrammer in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 5th, 2010, 05:21 PM
  4. Open Text file
    By java_kiddy in forum File I/O & Other I/O Streams
    Replies: 7
    Last Post: October 5th, 2010, 02:52 AM
  5. Facing problem with open modeless dialog from modal window
    By Divya in forum Java Theory & Questions
    Replies: 1
    Last Post: May 14th, 2009, 03:18 AM