15 lines
341 B
XML
15 lines
341 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<window
|
|
id = "simple"
|
|
title = "Simple App"
|
|
xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<vbox>
|
|
<textbox id="textbox" value="Hello World" flex="1"/>
|
|
<button id="button" label="Submit"/>
|
|
</vbox>
|
|
|
|
</window>
|