i am making app using image....
bt i don't knw where to store the image?
in which directory shall i save the image?
Printable View
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.
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)
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.
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