A window is, like HTML DIV tag, used to group components. Unlike other components, a window has the following characteristics.
A window is an owner of an ID space. Any component contained in a window, including itself, could be found by use of the getFellow method, if it is assigned with an identifier.
A window could be overlapped, popup, and embedded.
A window could be a modal dialog.