Forums › TWAIN Classic › bringing the twain image chooser window to front › Reply To: bringing the twain image chooser window to front
October 17, 2006 at 10:25 am
#23477
Java’s Morena Image acquisition Framework has a Select source dialog window developed especially for this purpose. It does not use Select source window shown by Data Source Manager, but it’s own Swing Select source dialog window:
selectSource(java.awt.Component parent, TwainSource defaultSource) method of the TwainManager class.
For more information see
http://www.gnome.sk/Twain/jtp.html.
Martin Motovsky