<?xml version="1.0"  encoding="ISO-8859-1"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="app.css" type="text/css"?>


<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
        <script type="application/x-javascript" src="./app.js"/>
        <vbox flex="1" id="main">
                <button id="foobar1" label="Click 1" oncommand="click_1();"/>
                <button id="foobar2" label="Click 2" oncommand="click_2();"/>
                <button id="foobar3" label="Click 3" oncommand="click_3();"/>
                <button id="foobar4" label="Click 4" oncommand="click_4();"/>
                <button id="foobar5" label="Click 5" oncommand="click_5();"/>
                <button id="foobar6" label="Click 6" oncommand="click_6();"/>
                <image src="foo.png" id="img"/>
        </vbox>
</window>