Results 1 to 6 of 6
- 03-23-2009, 06:04 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 16
- Rep Power
- 0
Help with Scanner project - pleeeeaaase..
Hey guys,
I'm new to java and I need to do this project. It's an app that works with a scanner. It imports what the scanner scanned and saves it in a share folder in the network. I'm not asking anyone to do it ( and I know everyone hates it just like I do ) but ideas about how to do it... Should I write different classes for each functionality that the app has? (import image, process image, delete, search option btw scanned images and such) or write them under one whole project file? By the way this is a desktop app.
Thanks for everyone who takes time to give me ideas and help. :)
-
What library are you using to drive the Scanner? AFAIK, Java doesn't have classes in the core library for this sort of thing (but I could be wrong since I don't work with programming scanners).
- 03-23-2009, 09:57 PM #3
Member
- Join Date
- Mar 2009
- Posts
- 16
- Rep Power
- 0
I will be using JTwain library to import images from the scanner, that's my game plan for now but I have not decided yet. Since I'm new in Java, I don't have a strict idea.. I'd appreciate any help.
Thx in advance to everyone
-
Thanks for the tip on that. I've never heard of it, but I've now got it on my radar should I need Scanner capabilities.
Probably most important for you at this stage is to improve your overall Java knowledge. Just how much do you know? Have you gone through any of the Sun Java tutorials? Are you thinking of using a GUI with your app? Swing (again, if so, have you gone through the Sun Swing tutorials? -- highly recommended!)?that's my game plan for now but I have not decided yet. Since I'm new in Java, I don't have a strict idea.
- 03-24-2009, 02:41 PM #5
Member
- Join Date
- Mar 2009
- Posts
- 16
- Rep Power
- 0
No you don't need Scanner capabilities because JTwain lets you have a virtual scanner to test your code... And yes, I've studied Sun tutorials and also some others about Swing and made my GUI already. Now I need to figure out if I need to write all the functionalities like I mentioned in my first message, in different classes or what =/
Thank you for your time, Fubarable! :)
- 03-24-2009, 04:08 PM #6
Member
- Join Date
- Mar 2009
- Posts
- 16
- Rep Power
- 0
Here is an update.. I will pull the images that scanner scanned from a share folder in the network, I don't have to connect to the scanner or anything. I just need to pull the tiff image from the folder that the scanner will put in.. I will appreciate any help! Does anyone know any other way than JTwain to work with scanners and tiff images?
Thanks a bunch!Last edited by zifis; 03-26-2009 at 03:13 PM.
Similar Threads
-
Scanner
By choko in forum New To JavaReplies: 10Last Post: 01-24-2009, 03:37 PM -
open existing project project ..
By itaipee in forum EclipseReplies: 1Last Post: 12-28-2008, 08:12 PM -
need help with scanner
By whiterex in forum New To JavaReplies: 1Last Post: 04-22-2008, 01:41 PM -
help with IP scanner
By tommy in forum New To JavaReplies: 1Last Post: 08-06-2007, 08:00 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks