Overview
A container which can host and arrange Window objects.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | activeWindow | Window | ![]() | ![]() | ![]() |
The currently active window. ![]() The currently active window. The non-active windows are painted in gray. |
|
public | fill | Color | ![]() | ![]() | ![]() | Color.TRANSPARENT |
The host's background. |
public | stroke | Color | ![]() | ![]() | ![]() | Color.TRANSPARENT |
The host's frame color. |
public | strokeWidth | Integer | ![]() | ![]() | ![]() | 0 |
The width of the host's frame. |
public | windows | Byte[] | ![]() | ![]() | ![]() |
A list of all windows currently contained in the host. |