...
<listBox height="100px" width="100px" x="20px" y="20px"> <listItem text="List Item #1"/> <listItem text="List Item #2"/> <listItem text="List Item #3"/> </listBox>
passwordField
A single line text entry field that displays text as mask characters rather than plain text.
...
<verticalSlider height="100px" width="20px" x="310px" y="160px"/>
textArea
A multiple line text entry field.
...