<xal xmlns="http://openxal.org/ui/html">	
	<xu:modifications xmlns:xu="http://openxal.org/core/xmodify"> 
		<xu:append select="/xal">
		<rootPane>
		   <dialog id="mydialog" centered="true" focused="true" minimizable="false" maximizable="false" resizable="false" title="Please login" width="250" height="150">
				<borderPane>
				<horizontalFlowPane borderPosition="south" align="end">
				    <button height="25" x="90" y="40" width="70" text="Login"/>
				    <button height="25" text="Cancel" width="70" oncommand="#closedialog"/>
				    </horizontalFlowPane>
				
				<freePane width="100" height="100" x="120" y="50" borderPosition="center">				    
				    <label height="20" text="Username:" width="65" x="40" y="10"/>
				    <textField width="100" height="20" x="110" y="10" text="" id="username"/>
				    <label height="20" text="Password:" width="64" x="40" y="40"/>
				    <textField width="100" height="20" x="110" y="40" text="" id="password"/>
				</freePane>
				</borderPane>
			</dialog>
		</rootPane>
		</xu:append>
	</xu:modifications>
</xal>