{curl 6.0 applet}
{curl-file-attributes character-encoding = "shift-jis"}
{VBox
    {HBox spacing= 6pt, background="wheat",
        "これは水平のHBoxです。",
        {RegularPolygonGraphic sides=4, width= 1cm, height= 1cm},
        {RegularPolygonGraphic sides=6, width= 1cm, height= 1cm},
        {RegularPolygonGraphic sides=8, width= 1cm, height= 1cm} 
    },
    {VBox spacing= 6pt, background="cyan",
        "これは垂直方向のVBoxです。",
        {RegularPolygonGraphic sides=4, width= 1cm, height= 1cm},
        {RegularPolygonGraphic sides=6, width= 1cm, height= 1cm},
        {RegularPolygonGraphic sides=8, width= 1cm, height= 1cm} 
    }
}
       