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

preview_player
Показать описание
This video is similar to the one that we have seen for adding books to the database. I have designed a window for entering information for a library member (Name, id, mobile and email). Member id is the primary key for the member in the database.

- Genuine Coder
Рекомендации по теме
Комментарии
Автор

Hello, Greetings.
I have a question about screen auto resize issues in JavaFX, as some Containers ( table view) takes complete screen if the software runs in a bigger screen, but the other components as (Anchor Pane, HBox, VBox, ...) don't support this property by default. What to do with these components so that they fit fine to all screens?

calmness_world
Автор

sir please help
i want to disable my primary window when new window or scene create

how can i implement this please help

anuragmishravashishth
Автор

@Genuine Coder - The cancel button does not work.

Naturally, since the method for the cancel actionEvent is still blank, i wasn't expecting functionality.

@FXML
private void cancel(ActionEvent event) {
}

However, when I tried using code from the add book controller, it throws a NullPointerException.

I've watched and followed along with your videos and created a similar program from scratch, however, adding functionality to the DB is still giving me issues.

I'd love to discuss all this with you.

blackraven
Автор

Sir how do you make the ID to be auto increment? I don't want to input and ID I want it to generate ID automatically.

nikolo
Автор

Hello genuine coder I watched your video and loved your work, I copied the entire project from website and imported into netbeans and project is working fine but has one problemn whenever I enter data into add member ( GUI ) a message is displayed " Check your entries and try again " I also tried and entered the entry of screenshot of add member from your github website but it still display the same message . pls help me to solve this error 😢

acediasteffson
visit shbcf.ru