Re: Saving images
Marcelo wrote:
How can I use the StreamInput and the StreamOutput
Huh? Are they new to Java 1.6? I don't see them here..
<http://java.sun.com/j2se/1.5.0/docs/api/allclasses-frame.html>
.. classes in order to
save images from an URL to the user directory?
suppose I have:
URL imageURL = getURL(image);
.........?
If I supposed you had that little, I might suggest you
hire a Java programmer to do this for you.
So far, have you written anything that compiles and runs?
Are you familiar with the JavaDocs and the Java tutorial?
Is this in an applet (most difficult) or an application?
.
Relevant Pages
- Re: program surveillance
... Try hiring a Java programmer. ... Java programmer, start with an 'Hello World' example. ... http://www.lensescapes.com/ Images that escape the mundane ... (comp.lang.java.help) - Re: How to setup a Directory Structure
... > applet or script that can display the contents of a directory (ie ... Are you a Java programmer? ... (comp.lang.java.programmer) |
|