The J Maker

[The J Maker Home] [Program Home] [Pricing] [Contact] [FAQ]


TypeText version: 2004.08.01

[Main Features]: This is a simple Java applet that types the text from a file. It automatically formats the text to wrap around the bounding box. When the typer reaches the bottom of the screen, it will scroll up one line. Other configurable features include background / foreground / font colors, font face / size, typing speed, background image, etc.

[Customizable Parameters]: Cut and paste the code in this commented HTML exmaple, TypeText.html and open the file TypeText.txt to it is used. Only one keyword is available - <break> for a line break.

[Execution Tips]: The only functionality is when you move the mouse onto the panel, the typing will pause.

[Download and Installation Guide]: Be sure to read our FAQ 1 about license agreement before you use this program. Download and uncompress the file TypeText.zip under your web directory. Use a file editor (e.g. WordPad) to open TypeText.html and copy the code segemnt between starting and ending APPLET tags into your desirable HTML file. Supply your own image files and type in their names in the input text file (in our example - TypeText.txt).

[More Package Info]:
  • File Description:
  • TypeText.html - this example with comments on param usage
  • TypeText.txt - text file containing the messages
  • TypeText*.gif TypeText*.jpg - test images
  • TypeText.jar - main program with all the classes