|
|
||
Download . Luxilla @ Sourceforge |
Luxilla is a "runtime" that turns Luxor XUL markup into live windows, dialogs, menus, toolbars and more without requiring a single-line of Java code. Pass on the chrome folder holding your XUL markup to Luxilla and see the XUL markup come to life. Example:
java luxilla c:/sandbox/luxilla/src/samples/chrome-calc
Before you can start Luxilla you need to download all required libraries and set up your classpath.
Get the luxor-libs package at http://sourceforge.net/projects/luxor-xul or use the libraries bundled with Ramses - the Luxor XUL example suite. (The libraries don't ship with Luxilla to keep the download size small.)
Once you got all libraries fix up your classpath. Here's the jar line-up required for Luxilla:
Now you're ready to roll. Use the class luxilla
or luxor.runner.Tool
for startup
and pass on the the chrome folder holding your XUL files
as the one and only command line argument. Example:
java luxilla c:/sandbox/luxilla/src/samples/chrome-calc java luxor.runner.Tool c:/sandbox/luxilla/src/samples/chrome-calc
For more info visit Luxor XUL's website at http://luxor-xul.sourceforge.net
To find out more about XUL check these links:
Send your comments, suggestions, praise or poems to webmistress@vamphq.com | Copyright © 2003 Gerald Bauer |