import java.awt.*;
import javax.swing.*;
/**
* Represents a horizontal hallway.
* This specializes a {@link Hall} in two ways:
*
* - It knows to get the East Lock of Room1 and the West Lock of Room2
*
- It knows that when its doors open, it connects the East of Room1
* with Room2, and the West of Room2 with Room1.
*