September 2001
Intermediate to advanced
512 pages
10h 22m
English
The code shown here is available for download at the Companion Web site for this book.
Let's begin with the main JNLP file, (namely textuale-main.jnlp) shown in Listing 13.1. |
<?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="http://server/b2/c13/" href="textuale-main.jnlp"> <information> <title>Textuale Application</title> <vendor>Mauro's Workshop</vendor> <homepage href="home.html"/> <description kind="short">A simple expandable Java text editor</description> <description kind="tooltip">A text Editor</description> <icon href="textuale-big.gif"/> <offline-allowed/> </information> ... |
Read now
Unlock full access