Showing paste #ozn0c by pushminakazi@apache.org: (Show raw paste)

<?xml version="1.0" encoding="utf-8"?>
<mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009"
		   xmlns:s="library://ns.apache.org/royale/spark"
		   xmlns:mx="library://ns.apache.org/royale/mx"
		   xmlns:js="library://ns.apache.org/royale/basic"
		   width="100%" height="100%" layout="absolute" >
		   
	<fx:Script>
		<![CDATA[
			import mx.controls.Alert;
			
		]]>
	</fx:Script>
	<mx:beads>
	    <js:ClassAliasBead />
	</mx:beads>	   
		   
		   
	<mx:Label text="Hello World" x="20" y="20" />
	<mx:Label text="Hello World" x="20" y="40" />
	<mx:Label text="Hello World" x="20" y="60" />
	<mx:Label text="Hello World" x="20" y="80" />
	<mx:Label text="Hello World" x="20" y="100" />
</mx:Module>
Make a new paste