Other code used in LogWatcher
I was pretty liberal with using other code in LogWatcher. I'm pretty
sure that nobody else is using this other than me, so I'm mostly using
it to fill a need I have, and to play around with cute Java
technologies.
JSortTable
I'm using JSortTable for the sortable Tables. Sun really should
include a Swing base sortable table - it is a very common GUI element.
They did make it pretty easy to implement on top of their classes
though. I really think Swing is maligned - I like it a lot, and it is
plenty fast now. I got the code from
http://www.fawcette.com/javapro/2002_08/magazine/columns/visualcomponents/default_pf.aspx, but didn't look too hard at redistribution...
HelpGUI
This help documentation that you are perusing now is using the
excellent HelpGUI, a
simple help system for Java. It was really easy to integrate into my
system. Highly recommended. I would like to have a "Search"
function, but otherwise, very nice.
Java Expressions Library
Added dynamic decay equation support via the Java Expressions Library. It is
a GNU Public License library for evaluating expressions in Java. The
code is available from the link above, and also should be available
from where you got LogTracker as
jel-0_9_11.zip.