001 package org.gui; 002 003 import java.io.*; 004 005 public interface FileInputer { 006 007 public void openFile(File... file); 008 }