1
edit
Changes
→Creating some XUL
== Creating some XUL ==
For the similicity simplicity of this application, we're going to create a simple XUL window that says hello world. First create a file called "main.xul". This file will be located in the following directory: \myapp \content main.xul This file will conatin the following code. This code will popup a XUL window with the words "hello word"
<pre>
<?xml version="1.0"?>