This is a continuation of JavaFX Library Software#24 tutorial video.
In this video, I have fixed the issue of deleting a book which is already issued. A book cant be deleted from the library database if it is currently issued to someone.
So, a new method is added to check whether the given book is assigned in someone's name. If it is, then a pop up message is given showing that the delete process failed.
Get the source code from https://github.com/afsalashyana/Libra...
Genuine Coder
http://www.genuinecoder.com/