Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 9th, 2006, 2:34 PM   #1
deviantstefan
Newbie
 
Join Date: Oct 2006
Posts: 5
Rep Power: 0 deviantstefan is on a distinguished road
Lightbulb JFileChooser trouble

hi,can someone please show me a simple pice of code to get the (String) name of the file selected by JFileChooser?
thkx,bye:banana:
deviantstefan is offline   Reply With Quote
Old Oct 10th, 2006, 10:46 AM   #2
paulchwd
Hobbyist Programmer
 
paulchwd's Avatar
 
Join Date: Mar 2005
Posts: 139
Rep Power: 4 paulchwd is on a distinguished road
use your file object (here its called fFile) to do this:

fFile = fc.getSelectedFile ();
paulchwd is offline   Reply With Quote
Old Oct 10th, 2006, 11:23 AM   #3
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
JFileChooser chooser = new JFileChooser();
chooser.showOpenDialog();
File file = chooser .getSelectedFile();
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting 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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Could this get me in trouble? (Reg. Internet Copyright Laws) Sane Coder's Corner Lounge 14 Jan 26th, 2006 6:14 PM
trouble with sessions k4pil PHP 5 Nov 10th, 2005 10:42 AM
Trouble with a swith statement cjaime C 10 Nov 8th, 2005 11:09 AM
ftell() giving me trouble. 2roll4life7 C 5 Sep 2nd, 2005 12:27 PM
Having trouble with an exercise in the C book. linuxpimp20 C 6 Jul 6th, 2005 7:22 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:01 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC