Javafx librarary software

play_arrow
10 тыс
92

9:27

JavaFX Library Software #10 : Combining Modules

JavaFX Library Software #10 : Combining Modules

Genuine Coder

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 ...

play_arrow
8 тыс
78

13:00

JavaFX Library Software #17 : Designing Settings window

JavaFX Library Software #17 : Designing Settings window

Genuine Coder

In this video, I have designed the settings UI using Scene Builder and created a class called Preferences for handling the settings ...

play_arrow
6 тыс
49

9:17

JavaFX Library Software #15 : Book Return

JavaFX Library Software #15 : Book Return

Genuine Coder

Book return feature is completed in this tutorial. This is the reverse operation of book issue. During book submission, the entry in ...

play_arrow
9 тыс
62

9:24

JavaFX Library Software From Scratch #7 : Preparing Member Table

JavaFX Library Software From Scratch #7 : Preparing Member Table

Genuine Coder

This video explains how to retrieve data from the database and display members in the table. This tutorial is similar to what we ...

play_arrow
126
2

6:09

JAVA FX - Library Management Software project VERY CLEAN and Multifunctional

JAVA FX - Library Management Software project VERY CLEAN and Multifunctional

Gentrit Ibishi

Programming language used: JAVA / JAVAFX FRAMEWORK FXML: Scene Builder Is very clean and multifunctional. Developed ...

play_arrow
11 тыс
74

11:51

JavaFX Library Software From Scratch #6: Adding Members to the Database

JavaFX Library Software From Scratch #6: Adding Members to the Database

Genuine Coder

This video is similar to the one that we have seen for adding books to the database. I have designed a window for entering ...

play_arrow
5 тыс
43

6:16

JavaFX Library Software #16 : Book Renewal Function

JavaFX Library Software #16 : Book Renewal Function

Genuine Coder

In this video, I have implemented an option to renew the book. During book renewal, the issue date-time is updated and ...

play_arrow
67 тыс
503

10:31

JavaFX Library Software From Scratch #1 : Developing UI For Adding Books

JavaFX Library Software From Scratch #1 : Developing UI For Adding Books

Genuine Coder

In this video, a new project is started named Library Assistant. The GitHub page for the project is ...

play_arrow
9 тыс
88

14:48

JavaFX Library Software #18 : Storing Settings in a File with JSON

JavaFX Library Software #18 : Storing Settings in a File with JSON

Genuine Coder

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 ...

play_arrow
6 тыс
43

11:30

JavaFX Library Software #14 : Loading Issued Book For Submission (Book Return)

JavaFX Library Software #14 : Loading Issued Book For Submission (Book Return)

Genuine Coder

In this video, I have explained how to load the issued book information when the member return the book for submission or ...

play_arrow
4 тыс
62

9:00

JavaFX Library Software #23 : Setting Window Icons

JavaFX Library Software #23 : Setting Window Icons

Genuine Coder

This tutorial video explains how to add icons to your JavaFX program window. This can be accomplished with just one line of code ...

play_arrow
5 тыс
51

11:07

JavaFX Library Software #19 : Connecting Settings UI to File

JavaFX Library Software #19 : Connecting Settings UI to File

Genuine Coder

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 ...

play_arrow
6 тыс
52

6:51

JavaFX Library Software #12 : Loading Member For Issue Operation

JavaFX Library Software #12 : Loading Member For Issue Operation

Genuine Coder

In this option, I have completed the last step required before starting book issue operation. After entering member id, member data ...

play_arrow
3 тыс
39

8:04

JavaFX Library Software #25 : Fixing the inconsistency issues

JavaFX Library Software #25 : Fixing the inconsistency issues

Genuine Coder

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 ...

play_arrow
7 тыс
60

7:43

JavaFX Library Software #20 : Securing Password with SHA

JavaFX Library Software #20 : Securing Password with SHA

Genuine Coder

For Library management system, I have used SHA256 hash. For implementing this, DigestUtils from Apache Commons is used.

play_arrow
9 тыс
64

11:22

JavaFX Library Software #11 : Selecting Book For Issue Operation

JavaFX Library Software #11 : Selecting Book For Issue Operation

Genuine Coder

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 ...

play_arrow
24 тыс
159

11:06

JavaFX Library Software From Scratch #3 : Adding Books to the Database

JavaFX Library Software From Scratch #3 : Adding Books to the Database

Genuine Coder

In this video, the UI is connected to the derby database. The entered data is taken from the textfields and added to the database.

play_arrow
5 тыс
44

13:15

JavaFX Library Software #29 : Editing Member Data - UI and Server side programming

JavaFX Library Software #29 : Editing Member Data - UI and Server side programming

Genuine Coder

In this video, I have implemented member edit option just like book edit option. Now member info can be edited and the table can ...

play_arrow
38 тыс
236

9:22

JavaFX Library Software From Scratch #2 : Using DERBY database

JavaFX Library Software From Scratch #2 : Using DERBY database

Genuine Coder

This video explains how to make use of derby database in your application. Derby database is purely written in java and is light ...

play_arrow
4 тыс
43

10:37

JavaFX Library Software #27 : Completing Book Edit Option - Database Part

JavaFX Library Software #27 : Completing Book Edit Option - Database Part

Genuine Coder

In this video, I have completed the database part for book edit feature. For updating database entry, we can use the following SQL ...