HomeLibrary represent simple desktop Java based application for cataloguing your home library books
Application structure:
Main idea was to have some data to manipulate with, data that would be stored in a local file (BooksData.txt).
Example of database (file) record:
5:::Beginning Java, Java 7 Edition:::Ivor Horton:::...:::2011:::Borrowed by John Doe (30.06.2017.)
It has three functions:
- Add new book
- Edit selected Book
- Delete selected
| Add new book | Edit selected Book | Delete selected book |
|---|---|---|
❗ NOTE: This is my learning and practicing project. All comments and suggestions are more than welcome!
