Thus spake "Brent Easton": > Yes, > > I plan to do that one soon.
Observation: "Begin Logfile" brings up an AWT chooser for me, not a Swing one, which indicates to me that it's not using our FileChooser class. After some trial and error, I discovered that the reason I keep failing to start a log file is that the default button in this dialog is Cancel. Thus, when I type in the name of the file and hit enter, I'm cancelling instead of starting the log. I find this behavior counterintiutive. -- J.
