Results 1 to 9 of 9
- 07-16-2010, 11:49 AM #1
Member
- Join Date
- Jul 2010
- Posts
- 4
- Rep Power
- 0
- 07-17-2010, 01:38 PM #2
What's a "save dialog box"? If you're referring to JFileChooser, what in the API for that class makes you think it will automatically save content to a File?
Hint: read the API for ImageIO
Also recommended reading:
How To Ask Questions The Smart Way
db
- 07-19-2010, 08:25 AM #3
Member
- Join Date
- Jul 2010
- Posts
- 4
- Rep Power
- 0
reply
I just want to know how could i save a scanned or camera image by Jfilechooser(savedialogbox) program,how should i use that camera image object to save that image at desktop...
- 07-19-2010, 01:41 PM #4
There is confusion in your question.
Is the image a file somewhere on your PC? What is a "camera image object"?
You use the JFileChooser to select any file(s) on your PC so you can get the path to those files. It doesn't do any processing on the file, it only supplies the path to the file.
- 07-20-2010, 09:49 AM #5
Member
- Join Date
- Jul 2010
- Posts
- 4
- Rep Power
- 0
thanks for ur support
I capture a image from camera in Imagearea then i want to save this image on my disk drive or desktop...but how could i
- 07-20-2010, 12:22 PM #6
What/where is Imagearea? Please explain.capture a image from camera in Imagearea
- 07-20-2010, 12:33 PM #7
Member
- Join Date
- Jul 2010
- Posts
- 4
- Rep Power
- 0
request
actually i write class imagearea which extends JPanel then i create a object of imagearea class and capture image in JPanel,picture got capture but i m not able to save it on desktop(or any location )into proper format...
- 07-20-2010, 12:46 PM #8
If you have an image in an Image object, look at the ImageIO class for methods to write it as a file.
- 07-20-2010, 12:48 PM #9
Similar Threads
-
How to open a SAVE file dialog box without using SWING or AWT
By SAYAN in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 02-25-2010, 01:30 AM -
save dialog problem
By masa in forum AWT / SwingReplies: 2Last Post: 03-06-2009, 12:41 AM -
Dialog Image
By crystalClear in forum AWT / SwingReplies: 13Last Post: 02-25-2009, 06:38 AM -
File dialog with save
By manpreet in forum New To JavaReplies: 1Last Post: 01-02-2009, 05:44 PM -
File Save not showing FileSAVE dialog box , getting displayed in browser
By deepdba in forum Java ServletReplies: 0Last Post: 12-06-2007, 06:10 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks