Text  |
| Position and Size |
| Name | Description | Values accepted | Default |
| X | The X coordinate for the element. | A constant or variable of type double or int. | |
| Y | The Y coordinate for the element. | A constant or variable of type double or int. | |
| Visibility and Interaction |
| Name | Description | Values accepted | Default |
| Visible | The visibility of the element. | A boolean variable or one of the constants true or false. | |
| Draggable | Whether the element can be moved. | A boolean variable or one of the constants true or false. | |
| On Press | The action to invoke when the element is pressed. | The Java code to invoke for the action. | |
| On Drag | The action to invoke when the element is dragged. | The Java code to invoke for the action. | |
| On Release | The action to invoke when the element is released. | The Java code to invoke for the action. | |
| On Enter | The action to invoke when the mouse enters the element. | The Java code to invoke for the action. | |
| On Exit | The action to invoke when the mouse leaves the element. | The Java code to invoke for the action. | |
| Graphical Aspect |
| Name | Description | Values accepted | Default |
| Text | Text to display | Any string valid in Java | |
| Position | Position of the text relative to container window | Java predefined constants (CENTERED, NORTH, SOUTH, …) | |
| Rotate | Rotation of the text respect horizontal position | Rotation angle in sexagesimal degrees (90º for perpendicular) | |
| Fill color | Color to fill in the text | An integer codifying in binary 8 bits per color channel | |
| Font | font to display the text | Available fonts of the underlying operating system | |