46474849505152535455
void selectDevice()throws SaneIOException{ jsane.init(); try{ String[] devices=jsane.getDevices(onlyLocal); new SaneSelectPanel(this,devices).showDialog(); }finally{ jsane.exit(); } }