Implement a GUI interface that contains two buttons.
The first button CompareIntervals should compare the two intervals and output one of the following messages depending upon how the intervals compare
Interval 1 is a sub-interval of interval 2
Interval 2 is a sub-interval of interval 1
The intervals overlap
The intervals are disjoint
The second button CheckTime should check whether the time is within the intervals and output one of the following messages depending upon which intervals it is within: