public interface visList {
   public void addLine(String s);
   public void removeLine(int num);
}
