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