Re: NEED YOUR HELP
- From: Jason Stine <jason102@xxxxxxxxx>
- Date: Mon, 27 Nov 2006 20:56:33 GMT
Alaa wrote:
Hi
This is the first time I joined a groub abd I am happy & comfortable
that I started with you.
In fact I need your help in my java course project >> & this is the
discribtion about it
Problem: The Talking Photo Album (TPA)
You are asked to simulate the flipping of pages of a photo album with a
program called TPA, the Talking Album Photo. Once TPA is started, it
should allow you to enter the name of the folder where the pictures you
want to view reside. (Bonus, you could also allow to browse to reach
this folder.) TPA then loads all the photos that exist in that folder.
as a starting I need to know the exact code in java language that
helps me to read the content of a .txt file.
and after that, I will ask my next question.
please replay to as soon as possible ... & thanks alot
Regards :)
I've always used the Scanner class to read text files:
Scanner file = new Scanner(File file);
or something like that... it's been a while. Anyway I know this class exists - look it up in the API for all the methods.
.
- Follow-Ups:
- Re: NEED YOUR HELP
- From: Alaa
- Re: NEED YOUR HELP
- References:
- NEED YOUR HELP
- From: Alaa
- NEED YOUR HELP
- Prev by Date: Javazoom MP3SPI JDK version problem
- Next by Date: Re: about reading of properties file
- Previous by thread: NEED YOUR HELP
- Next by thread: Re: NEED YOUR HELP
- Index(es):
Relevant Pages
|
|