Missing
=======

Bei wants the sequence number in the log file to start from 1

Would like the Age field to take only numbers, or be blank

would like cursor to disappear over display window when it hasn't
moved for a couple of seconds.

Help dialog

Questionable
===========
Currently filter out Java "logical" font families
	"Dialog" "DialogInput" "Serif" "SansSerif" "Monospaced"
Did it because I didn't like them.  But could this cause the program 
to fail?

Issue with cross-platform
==========================
	Pop-down menu on Mac has limited size (that of the screen) and 
	So can't see whole menu.  can't add more items to it, anyway.

	Java JPopupMenu doesn't scroll... althought it is possible in
	principle to make a scrolling popup menu, it is very hard.
	Examples on the web mostly contain a lot of code, but don't
	behave as one would expect.  There is a bug report, closed because
	it was possible to build a scrolling popup menu.

	Apple Java uses Cocoa technology to display fonts, which automatically
	steals characters from other fonts when it finds them missing in
	one font.  The result is that all fonts on a Mac with a single
	Chinese font will appear to support Chinese.

	Discussion on Java-dev:
		"Appropriate fonts and canDisplayUpTo()"
	http://lists.apple.com/archives/Java-dev/2007/May/thrd2.html#00123


