Files
Developing a Simulation Assistant uses the following file types:
- Java files, to contain the code for the assistant.
- JAR files, to wrap and export the Simulation Assistant project as a pre-compiled file.
You can use
to load assistants directly from either Java or JAR files. - XHTML files, to contain text and links for the user interface. You can also write this text as inline XHTML, within the Java files of the assistant. To make sure that your XHTML code is well-formed, go to http://validator.w3.org/.
- Image and media files, to augment XHTML text. Use image files for mathematical notation. Supported formats include GIF, JPG, PNG, and SVG.