1   package net.sf.jhylafax;
2   
3   
4   public class Constants {
5   	
6   	public static final int DEFAULT_COLUMNS = 20;
7   	
8   }