Download this file
1 2 3 4 5 6 7 8 9 10 11
package database; /** The fields in this class offer a list of possible file names. */ public final class Tables { /** Users Master File */ public static String USR = "USR"; }