{curl 6.0 applet}
{curl-file-attributes character-encoding = "shift-jis"}
{value
    let c:Canvas =
        {Canvas background="lime", width=10cm, height=5cm}
    {c.add {bold Words}, x=1.5cm, y=1cm}
    {c.add {bold font-size=48, color="cyan",
               Big Words}, x=2cm, y=2.5cm}
    {c.add 1776, x=3.5cm, y=2.5cm}
    {c.add {CommandButton label="Press me!"}, x=7.25cm, y=1.75cm}
    {c.add
        {TextField value="Hello"}, x=1cm, y=4cm}
    {c.add
        {VBox background="yellow", "abcdefg", "ABCDEFG"},
        x=5cm,
        y=2cm,
        index="first"}
    c
}