Overview
Two programs: one constructed with JTable and other JComponents whereas the other one in command line interface.Project nature: Individual (hobby project)
Year: 2015
Functionalities:
GUI version:
1. Displaying all records
2. Adding and deleting records
3. Changing row height
4. Incremental search (a.k.a. search as you type) with all matching texts highlighted
5. Search with predefined regular expressions (only comma (,) for separating filter text keywords and/or key phrases and "NOT " word are supported)
CLI version:
1. Displaying all records
2. Adding and deleting records
3. Search with predefined regular expressions (only comma (,) for separating filter text keywords and/or key phrases and "NOT " word are supported)
* Commas are treated as the AND operator when the All radio button is selected and they are regarded as the OR operator when the Any radio button is selected
Screenshots