i am making app using image....
bt i don't knw where to store the image?
in which directory shall i save the image?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
i am making app using image....
bt i don't knw where to store the image?
in which directory shall i save the image?
If its your computer, you should be able to store the images where ever you want them.
If you don't understand my answer, don't ignore it, ask a question.
see i m makin applets....nd i need 2 use that image in my applet...
whenvr i write the code the image nevr got displayed...
i use to store the image where my all applets get stored...
then i open that project than src folder nd save the image ..
still its nt workin...
can u plz gimme a code for that??
Applets need permission to be able to write files.
See the tutorial for how to write an applet:
Lesson: Java Applets (The Java™ Tutorials > Deployment)
If you don't understand my answer, don't ignore it, ask a question.
i want to make some good project usin AWT...
can u gimme some gud idea??
Why AWT? That is the old technology. Most GUI code is now written using Swing.
I have no ideas for projects for you.
If you don't understand my answer, don't ignore it, ask a question.
ok from where can i learn more about swing?
This is the index to most of the java tutorials. You can find many things here:
The Really Big Index
If you don't understand my answer, don't ignore it, ask a question.