Program a class ClockIcon that implements the Icon interface type. Draw an analog clock whose, hour, minute, and second hands show current time.
To get current hours and mins, construct an object of type GregoiranCalendar with the default constructor.