- This is a CLI (Command Line Interface) Address Book application written in OOP fashion. It has a very basic GUI.
- It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
- It provides a reasonably well-written code example that is significantly bigger than what students usually write in data structure modules.
What's different from level 2
- A simple GUI added to replace the Text UI.
- A
Logic
class added together with aLogicTest
class. - Appendices added to Developer Guide.
Useful Links
- Damith C. Rajapakse : Project Advisor
- Leow Yijin: Developer
- Martin Choo: Developer
- You Liang : Developer
Some parts of this sample application was inspired by the excellent Java FX tutorial by Marco Jakob
- Bug reports, Suggestions : Post in our issue tracker if you noticed bugs or have suggestions on how to improve.
- Contributing : We welcome pull requests. Follow the process described here