예제 #1
0
 public void setMultipleSelection(boolean b) {
   multiple = b;
   fileInput.enableMultiple(b);
 }