Home
Categories
Dictionnary
Download
Project Details
Changes Log
FAQ
License

FAQ



What is javaXUL

javaXUL is a XUL library in Java (including CSS and Javascript capabilities), allowing to use it in Java projects.

Which version of Java should I use?

The latest version of the project require Java 8.

Do you provide some tutorials to show how it works?

Yes, look for the tutorials.

I want to open and save files in my scripts, how can I do it?

See file picker. You can also take a look at the application tutorial.

I don't understand how I can integrate my XUL content to my own Java application

There are two different ways to integrate XUL scripts in your Java application:
  • By integrating the Swing component representing the XUL script (the root widget) in your own Swing GUI
  • By bridging the scripts with your application code
See XUL scripts integration.

I have strange errors, or the result is not as expected, can you help me?

See Troubleshooting.

Categories: general

Copyright 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence