org.acmicpc.presentation.contest.internal

Contains internal code for the ICPC contest:
 -ICPCServer, the main server for communication
 -ICPCAdmin, a client admin/control
 -ICPCDataSource, the data source used to feed contest data into the system
   in timed intervals
 -AbstractICPCPresentation, a base presentation class for ICPC
 -ICPCPresentation, an interface used for all presentations since some cannot subclass
   the abstract one
 -StatisticsGenerator creates multiple statistics based on the current contest state
 -Utility, a utility class used by the presentations and contest model
 -Trace for tracing
 -Images is a helper class for loading all the contest images