Fathi
How I Choose a folder
1 Answer(s)      3 years and a month ago
Posted in : Java Interview Questions

Thanks my friend for your answer,

Perhaps i do not explain clearly my question. I know how I get files from a folder.

My question How I select a folder.

From this selected folder i get the files.

I know how I get files but the problem How I choose a folder.

Thanks a lot for your helpful.
View Answers

April 7, 2010 at 5:09 PM


Hi Friend,

Try the following code:

import javax.swing.*;
import java.io.*;

public class ChooseFolder
{
public static void main(String[] args)
{
JFileChooser chooser = new JFileChooser();
chooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
if (JFileChooser.APPROVE_OPTION==chooser.showDialog(null, "Select"))
{
File dir = chooser.getSelectedFile();
System.out.println(dir);
}
System.exit(0);
}
}

Thanks









Related Pages:
How I Choose a folder - Java Interview Questions
. I know how I get files but the problem How I choose a folder. Thanks...How I Choose a folder  Thanks my friend for your answer, Perhaps i do not explain clearly my question. I know how I get files from a folder
Choose a class
Choose a class  Hi, I am working with java. I was wondering what to type in the start of a program so I can choose between all the classes in the program? How to choose to use only "class A" for example? Thanks for a quick
Folder in Java.
Folder in Java.  I have any problem how to make Folder in java program? Can Anybody help me in this part
Jsp Choose
Jsp Choose          In this section, you will learn how to use JTSL choose tag.  In the given example, the c:if tag is used for a decision need
how to set folder size in php
how to set folder size in php  hi , i know how to create folder but i dont know how to set size for folder did u know means tell me. thankyour
how can i open pdf file in assest folder in android application?
how can i open pdf file in assest folder in android application?  thanks
i want to save image on server folder. and i want to save URL of this folder and name of image in database
i want to save image on server folder. and i want to save URL of this folder and name of image in database  hi i want to save image on server folder. and i want to save URL of this folder and name of image in database.on click
how to download a file from a folder??
how to download a file from a folder??  i can upload any kind of files to a folder, and only the path of the file is saved into the database, now how a client can download the file from my folder. pls provide me the jsp code
Zipping folder - Java Beginners
Zipping folder  sir, as the part of my academic project, i need to zip a user selected folder . this folder may contain any number of folder and sub folders. i saw an example in this site showing , how to zip a folder, i executed
how to browse folder and directory in jsp
how to browse folder and directory in jsp  how to browse folder... but dont know how to get files after that.and also i want to show limited directories based on last modified date for eg:if the directory contains 10 folders i need
URL folder download to local
URL folder download to local  I have a requirement to download all the folders and files inside from a SVN link to my local directory. Can you help how it could be done
Zipping folder - Java Beginners
Zipping folder  sir, as the part of my academic project, i need to zip a user selected folder . this folder may contain any number of folder and sub folders. i saw an example in this site showing , how to zip a folder, i executed
How to Choose a Dedicated Server?
How to Choose a Dedicated Server?  Hi, How to Choose a Dedicated Server? Tell me the tips for choosing a best dedicated server hosting company... choose a good dedicated server for hosting your applications. How to Choose
I don't found in Tomcat 7.0 's bin folder..
I don't found in Tomcat 7.0 's bin folder..  While making servlet using tomcat 7.0, i don't find startup.bat file in bin folder. My servlet... know how to run my servlet even i am following all the steps
Java get Folder Size
in the specified folder. filelist[i].length() - This method returns the length of files... Java get Folder Size       In this section, you will learn how to get the size
How to copy an jpeg image from one folder to other folder using jsp
How to copy an jpeg image from one folder to other folder using jsp  hello, i am creating photo gallery where from admin side i allow admin to browse... be in my image folder...so,How to copy an jpeg image from one folder to other
How to upload and save a file in a folder - Java Beginners
How to upload and save a file in a folder  Hi How to upload and save a file in a folder? for example Agreement.jsp File: So when...; Hi Friends, I need that code using servlets and jsp..... Please let me
How to Choose Jewelry?
How to Choose Jewelry? From the man perspective it might seem like choosing... that I spent several hours shopping for a new set of earrings with my girlfriend just to leave the mall empty handed. After all these experiences I came
how to upload a file of apk format in a folder from servlet
how to upload a file of apk format in a folder from servlet  How to upload a file of apk format to a folder from servlet, i am trying to do, its getting uploaded as .zip file and not apk file
Java- Save Image into project folder in web application
. I am not able to figure out how to find the absolute path of my folder which I want to save the image..when I am trying to create empty folder and get...Java- Save Image into project folder in web application  I have
Protect to folder in webapps Tomcat - JSP-Servlet
Protect to folder in webapps Tomcat  Thanks for previous answer. my question is- I want to know how to protect the folder inside the webapps in tomcat. i want to give only war/jar file to client .how to do
Zip Folder Using Java
Zipping a Folder       In this example we are going to create a zip folder and all files contained in this folder are zipped by using java. Here we will learn how to compress files
Executing code upon folder/drive access
Executing code upon folder/drive access  I would be glad if someone could show me how to make your program in jar format execute when the folder that contains it is accessed or maybe a drive. Thank you.   Hi In case
how to upload multiple files in jsp and saving the path in database and the file in folder
how to upload multiple files in jsp and saving the path in database and the file in folder  how to upload multiple files in jsp and saving the path in database and the file in folder I have created a form for the upload of files
How can store image in server folder when deployed with a .war file?
How can store image in server folder when deployed with a .war file?  Hi all; When I am using application.getRealPath() , it return null when deployed with a .war file and when I use hard code it shows syntax error or path
which database and programming language i should choose - Framework
good JSP programmer so i want to know which one i choose from ASP.NET and PHP... help me to choose the best database and programming languages.finally i appreciate...which database and programming language i should choose  Hi, I am
create folder chooser - Java Server Faces Questions
create folder chooser  I don't know how to create a browser folder( to save file download, for instance, not file chooser), please help me,(use swing), thanks   Hi Friend, Try the following codes: 1) import
How to make a folder icon, make a folder icon, folder icon
How to make a folder icon       The folder is used in the computer, this example will teach you to design technique of the folder.  New File: Take a new file as your folder
create a folder in jsp page
create a folder in jsp page  i want to create a folder in jsp page And it can be delete aslo
copy file from folder to folder - Java Beginners
copy file from folder to folder   my requirement is I need to copy xml files from one folder to another my source file contains the field filename... is \\\\sap\\xi\\source\\Archive target folder is \\\\sap\\xi\\target I should copy
struts2 folder struture - Struts
struts2 folder struture  Hi, I just want to know the exact folder structure required for the struts2 application? Its urgent
Java lock file or folder.
Java lock file or folder.  Is it possible to create a desktop application to lock or encrypt file or folder in windows by using java code?? if possible can provide some reference?? because i can't find it... thanks
Last modified date of a folder
Last modified date of a folder  How to get the last modified date of a folder specified by a link in html
How to store multiple images in folder and images path in database at a time using jsp?
How to store multiple images in folder and images path in database at a time using jsp?  I wanna browse multiple images in one form and store them in one folder and their path into datrabase
Retrieve information for Folder structure - Design concepts & design patterns
Folder Name:New Folder Name:InventoryEjb Please suggest me how should i do...Retrieve information for Folder structure  Hello Friends, I want.... Becaue i planted to make treeview folder and file structure. Here is my
image save to folder in java
image save to folder in java  Hi, I am working with java. In my application i want to give facility to user to add and change image. I use open... is open select any image i want to store that selected image into specified
xcode group folder
xcode group folder  I wanted to show all files in xcode in a group... but now i only see the right (code) part. Please suggest.   Follow... in Xcode Project Folder. Neelam   Follow the steps.. View -> Smart
How to open excel sheet when excel file is placed in some folder in desktop
How to open excel sheet when excel file is placed in some folder in desktop  How to open an excel sheet using windows.open in IE... I am getting an error msg that the path is not correct.. But i have specified the correct path
How to access the image file from project folder itself while writing to pdf using itext?
How to access the image file from project folder itself while writing to pdf... to search for the image in the domain folder of the glassfish location.But i want it to pick it up from the project folder itself.Because later i deploy the project
code for recently created file from a folder in java - Java Beginners
code for recently created file from a folder in java  how to get the recently created file from a folder in java?  Hi friend, Code... str[] = file.list(); for( int i = 0; itmp) { tmp
How to copy files from one folder to another based on lastmodified date - Java Beginners
How to copy files from one folder to another based on lastmodified date  I have to make a simple utility to copy files from a folder to another folder in the same hierarchy, without overwriting the existing.  hiimport
Creat a folder, inside it upload and download files in jsp and mysql
Creat a folder, inside it upload and download files in jsp and mysql  Create one or more folder .inside it we can upload and download multiple files..."> </td></tr> <tr><td><b>Choose the file
how to read 100 text files from a folder or directory and write the data into a single file.using java programming?
how to read 100 text files from a folder or directory and write the data into a single file.using java programming?  i have multiple(app..100) text files which has data in the form of intgers consisting of 3 columns and app..3000
How to copy an jpeg image from one folder to other folder using jsp
How to copy an jpeg image from one folder to other folder using jsp  How to copy an image from one folder to another folder using jsp
search for particular keyword in the folder documents
search for particular keyword in the folder documents  i am having interface in which i have to enter some keyword through text box and provide path to particular folder. it is a stand alone application so i have to search
List Information about folder
List Information about folder       This Example shows you how to show folder information. In this code we have used method of Folder class to retrieve information about
Full path of image to save it in a folder
Full path of image to save it in a folder  Sir ,I am trying to upload a file but only sends file name as parameter. I want a code that would help me to find that image path &upload it as well. I am just a beginner in jsp
How to find the exact PHP template I need?
How to find the exact PHP template I need?  Hi! I'm a PHP Pro?I think I am one?, but this is the first time for me to try a PHP template, so I have no clue on how to choose one. Do you have some tips to help me choose
Use of <x:choose> tag of JSTL
Use of <x:choose> tag of JSTL       In this section we will learn how to use <x...; select   Defines xPath expression. choose
Compressing a folder into GZIP format using PHP Windows
Compressing a folder into GZIP format using PHP Windows  How to gzip compress a folder/directory in PHP using windows

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.