<xal xmlns="http://openxal.org/ui/html">	
	<xu:modifications xmlns:xu="http://openxal.org/core/xmodify"> 
		<xu:append select="/xal">
		<rootPane>
		    <dialog title="New Dialog" id="mydialog" centered="true" focused="true" width="300px" height="300px" minimizable="false" maximizable="false" resizable="false">
				<borderPane>
				<horizontalFlowPane borderPosition="south" alignment="end">
				    <button height="25px" x="90px" y="40px" text="OK" width="70px"/>
				    <button height="25px" text="Cancel" width="70px"/>
				</horizontalFlowPane>				
				<freePane width="100px" height="100px" x="120px" y="50px" borderPosition="center">
				</freePane>				
				</borderPane>
		    </dialog>
		</rootPane>
		</xu:append>
	</xu:modifications>
</xal>