...
The following shows the XAL syntax that describes this layout:
Code Block | ||
---|---|---|
| ||
<xal xmlns="http://openxal.org/ui/html"> <horizontalBoxPane height="400px" width="500px" borderStyle="solid" borderWidth="1px" borderColor="#aaaaaa"> <verticalBoxPane height="480px" width="120px" align="end" padding="0px 10px"> <label height="25px" text="Artist" width="200px" horizontalAlignment="right" /> <label height="25px" text="Recording" width="200px" horizontalAlignment="right" /> <label height="25px" text="Release Date" width="200px" horizontalAlignment="right" /> </verticalBoxPane> <verticalBoxPane height="480px" width="120px" align="start" padding="0px 10px"> <textField height="25px" text="Value" horizontalAlignment="left" /> <textField height="25px" text="Value" width="200px" horizontalAlignment="left" /> <textField height="25px" text="Value" width="200px" horizontalAlignment="left" /> </verticalBoxPane> </horizontalBoxPane> </xal> |