bikleDemo3.htm 05-01-2002 Bikle ---------------- Bikle Java Demo 3 This demo was built to support the efforts to track race contestants in a mythical bike race. Links to the classes which make up the demo are displayed below: A simple character based user interface: charUI-java.txt A class used by the interface to read characters typed at the keyboard: fromKeyBoard-java.txt A class used by the interface to read characters typed at the keyboard: promptInput-java.txt A class used to hold information about a single contestant: Contestant-java.txt A class used to put contestants in a group: ContestantGroup-java.txt A screen dump: bikleDemo3screenDump.txt