Preface
Page
x
•
Javelin Stamp Manual v1.1
•
www.javelinstamp.com
System.out.println(“Not a complete
program.”);
A gray box is used for:
•
Complete programs that can be entered into the Javelin Stamp IDE and
executed on a Javelin Stamp, for example:
import examples.manual_v1_0.*;
public class CompleteProgram{
public static void main() {
CompleteClassFile example = new CompleteClassFile();
System.out.println("Now, it's in a complete
program.");
example.displaySameMessageAgain();
}
}
•
Complete class files that can be instantiated by other programs. Here is
an example:
package examples.manual_v1_0;
public class CompleteClassFile {
public static void displaySameMessageAgain() {
System.out.println("Now, it's in a complete class
file");
}
}
Resources and Technical Support
The inside cover of this manual has three sections pertaining to resources:
•
Internet Access
•
Internet Javelin Stamp Discussion List
•
Contacting Parallax
Follow the Tech Support link at
www.javelinstamp.com
for the latest in tech support contact info, discussion
group links, manual errata, answers to frequently asked
questions, and more!