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 howI get files but the problem HowIchoose a folder.
Thanks...HowIChoose a folder Thanks my friend for your answer,
Perhaps i do not explain clearly my question. I know howI 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 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 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 ichoose 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
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
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
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