9:27
JavaFX Library Software #10 : Combining Modules
In this tutorial, I have added event listeners to the buttons in the tool box. This allows to open the previously created 4 modules to ...
13:00
JavaFX Library Software #17 : Designing Settings window
In this video, I have designed the settings UI using Scene Builder and created a class called Preferences for handling the settings ...
9:17
JavaFX Library Software #15 : Book Return
Book return feature is completed in this tutorial. This is the reverse operation of book issue. During book submission, the entry in ...
9:24
JavaFX Library Software From Scratch #7 : Preparing Member Table
This video explains how to retrieve data from the database and display members in the table. This tutorial is similar to what we ...
6:09
JAVA FX - Library Management Software project VERY CLEAN and Multifunctional
Programming language used: JAVA / JAVAFX FRAMEWORK FXML: Scene Builder Is very clean and multifunctional. Developed ...
11:51
JavaFX Library Software From Scratch #6: Adding Members to the Database
This video is similar to the one that we have seen for adding books to the database. I have designed a window for entering ...
6:16
JavaFX Library Software #16 : Book Renewal Function
In this video, I have implemented an option to renew the book. During book renewal, the issue date-time is updated and ...
10:31
JavaFX Library Software From Scratch #1 : Developing UI For Adding Books
In this video, a new project is started named Library Assistant. The GitHub page for the project is ...
14:48
JavaFX Library Software #18 : Storing Settings in a File with JSON
In this video, I have explained how to write out configuration object (Object of Preference class) in to a file with the help of JSON ...
11:30
JavaFX Library Software #14 : Loading Issued Book For Submission (Book Return)
In this video, I have explained how to load the issued book information when the member return the book for submission or ...
9:00
JavaFX Library Software #23 : Setting Window Icons
This tutorial video explains how to add icons to your JavaFX program window. This can be accomplished with just one line of code ...
11:07
JavaFX Library Software #19 : Connecting Settings UI to File
In this video, I have explained how to load the settings values from the file and display it on the settings window. Also I have ...
6:51
JavaFX Library Software #12 : Loading Member For Issue Operation
In this option, I have completed the last step required before starting book issue operation. After entering member id, member data ...
8:04
JavaFX Library Software #25 : Fixing the inconsistency issues
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 ...
7:43
JavaFX Library Software #20 : Securing Password with SHA
For Library management system, I have used SHA256 hash. For implementing this, DigestUtils from Apache Commons is used.
11:22
JavaFX Library Software #11 : Selecting Book For Issue Operation
In this video I have implemented option to select a book from the main window itself. When the enters a book id, It is searched in ...
11:06
JavaFX Library Software From Scratch #3 : Adding Books to the Database
In this video, the UI is connected to the derby database. The entered data is taken from the textfields and added to the database.
13:15
JavaFX Library Software #29 : Editing Member Data - UI and Server side programming
In this video, I have implemented member edit option just like book edit option. Now member info can be edited and the table can ...
9:22
JavaFX Library Software From Scratch #2 : Using DERBY database
This video explains how to make use of derby database in your application. Derby database is purely written in java and is light ...
10:37
JavaFX Library Software #27 : Completing Book Edit Option - Database Part
In this video, I have completed the database part for book edit feature. For updating database entry, we can use the following SQL ...