There are five menu items spread over two menu lists. The menu items have keyboard shortcuts.
- File Menu
- Refresh Data : (control-r) Reloads data from the database to show in the GUI.
- DB GUI : (control-space) shows the HSQLDB built-in client. See http://hsqldb.org/doc/guide/ch09.html for SQL syntax. NB: Date format is 'yyyy-mm-dd' e.g. '2006-03-31'. Also need to use single quotes ' not double "
- Exit : (control-q) closes the program down.
- Help Menu
- Delete all data : (control-delete) clears all data from the database
- About Unison : (control-home) shows the author details.