Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > java FileOpener? (basic)

java FileOpener? (basic)
Thread Tools
Fresh-Faced Recruit
Join Date: Nov 2007
Status: Offline
Reply With Quote
Nov 10, 2007, 09:54 PM
 
Hi,

I have a really basic question...

Could someone please post some java sample code to show how to prompt the user to find which file to open. Then it will return the string path to the file so that I could use it to open a FileReader object.

Thank you in advance.

-Mike
     
Grizzled Veteran
Join Date: Aug 2005
Location: fairbanks AK
Status: Offline
Reply With Quote
Nov 10, 2007, 10:28 PM
 
Originally Posted by Mike_Ch View Post
Hi,

I have a really basic question...

Could someone please post some java sample code to show how to prompt the user to find which file to open. Then it will return the string path to the file so that I could use it to open a FileReader object.

Thank you in advance.

-Mike
Code:
public void getInputFile() { File inputFile = null; FileDialog fd = new FileDialog(parameterWindow, "Please Select An Input File", FileDialog.LOAD); fd.setVisible(true); try { inputFile = new File(fd.getDirectory(), fd.getFile()); } catch (NullPointerException npe) { // inputFile = null; } // if user cancels dialog }
Earth First! we'll mine the other planets later.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:34 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2