| author: Steve Souza author: This class defines constants for use in an application. author: Currently it contains constants that define what the applications HTML tables and listboxes will look like. author: The constants defined in this class can be accessed as follows: author: String str=AppConstants.HTMLTable.COL_PREFIX; author: Note that being as all values are static the AppConstants object does not to be created author: with new to reference it. |