FillinTextField demo applet

This is a demonstration of the FillinTextField code by Ben Clifford.

You are presented with four choices: one, two, three and four.

You can attempt to type these into the text field or you can use the up/down keys to move up and down available options (limited to ones that begin with the string before the cursor).

You can use left/right to move about the text field, as in a normal TextField.

If you see this, then there is a bit of a problem with Java on your machine.

FillinTextField is a subclass of java.awt.TextField, and can be used in a very similar manner.

The source code for the component is available: FillinTextField.java.

The source code for the demonstration applet is available: FillinTest.java.

You can use/modify the code however you like as long as you credit me in your code or documentation, however I would appreciate feedback/comments/complaints/patches at benc@hawaga.org.uk. Thanks.

$Id: FillinTest.html,v 1.3 2000/12/06 16:36:56 benc Exp $