8384858687888990919293
} if(paths.size()==0){ source.setBackground(Color.pink); } else if(paths.size()!=1){ new FindDialog(getApplication().getFrameController(), paths).startupAction(); } else { Iterator it = paths.iterator(); int index = 0; if (it.hasNext()) {
155156157158159160161162163164165