javaXUL-bin-<version>.jar
zip file anywhere. See also dependencies for the libraries dependencis of the framrwork (all provided with the binaries zip file).
xulBrowser.jar
jar file, or type on the command-line:
java -jar xulBrowser.jar
Alternatively, you can use this library in you own Java code. See ScriptManager and XUL scripts integration for more information.
<?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window id="Hello" title="Hello" orient="horizontal" width="250" height="100" screenX="500" screenY="500" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <script> function clicked(){ alert('Hello World!'); } </script> <button label="Push Me!" oncommand="clicked()" /> </window>It will present the following window:
To join this project, please contact the project administrators of this project, as shown on the project summary page.
Source code for this project is available as downloads or through the git repository used by the project, as accessible from the project develop page.
Copyright 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence