RoboStopwatch
Automation scheduler and monitor with stopwatch GUI widget.
...It includes a nifty stopwatch widget as a metaphor for measuring performance. The monitoring is done via event messages which are displayed in real time in a GUI dialog and stored in a JavaDB database. Any number of tasks (Runnables) can be launched and monitored simultaneously. The user / programmer of the API Jar designs their own messages, specifying the set of properties and their types which will be sent with each event they want to report. The properties in the custom message are the fields in a log table created specifically for that task. ...