36373839404142
* instance in one of the tables in the activity view. * * @return a <code>TableCellRenderer</code> instance. */ public static TableCellRenderer getDateCellRenderer() { return new DateRenderer(tableDateFormat); }