There's also a js:Panel [1]. And this is a working snippet [2] HTH, Olaf
[1] https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/Panel.as [2] <?xml version="1.0" encoding="utf-8"?> <js:Application xmlns:js="library://ns.apache.org/flexjs/basic"> <js:valuesImpl> <js:SimpleCSSValuesImpl /> </js:valuesImpl> <js:initialView> <js:View> <js:Panel x="100" y="137" width="428" height="282" title="Login"> <js:Label x="80" y="70" text="User Name"/> <js:Label x="88" y="114" text="Password"/> <js:TextInput x="171" y="64"/> <js:TextInput x="171" y="107"/> <js:TextButton x="165" y="162" text="Login"/> <js:TextButton x="246" y="162" text="Cancel"/> </js:Panel> </js:View> </js:initialView> </js:Application> -- Sent from: http://apache-flex-development.2333347.n4.nabble.com/