CISC370-011 -- demo code from class #2

This page provides links to a few short demo programs from class #2 (16 Sept).

NF.java exercises the NumberFormat class.

Loc.java demonstrates the Locale class.

TestIn.java demonstrates using a Swing GUI dialog box to read input. Note that this program requires a call to System.exit() to terminate the GUI thread.