1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?xml version="1.0"?> <!DOCTYPE window> <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="XUL Grid Test"> <grid> <columns> <column> <hbox /> <textbox value="Lower left" /> </column> <column> <label value="Upper right" /> <hbox /> </column> </columns> <rows> <row /> <row /> </rows> </grid> </window>