JavaFX Scene Builder Tutorial 38 - Login and SignUp page design with MySQL Database Integration

preview_player
Показать описание
#javafx #java #login #register #scene builder #Netbeans
JavaFX Scene Builder Tutorial 38 Login and SignUp page design with MySQL Database Integration

00:04 Final Result.
01:30 Create DataBase "market"
07:15 Create Project
08:00 Open File FXML In Scene Builder and Create Design Login Form
18:04 Create Design SignUp Form
27:04 Start programming JavaFX
30:12 Create Methode LoginpaneShow
33:18 Create Class My sql Connection (mysqlconnection)
39:31 Create Function Login
57:46 Create Function SignUp (Registration)

***Class my sqlconnection :***
/**
*
* @author amir
*/
public class mysqlconnect {
Connection conn = null;
public static Connection ConnectDb(){

try {
return conn;
} catch (Exception e) {
return null;
}
}
}
*****************************************************************
*****************************************************************

Libraries importing

Components Use In This Project
- AnchorPane
- TextField
- PasswordField
- ComboBox
- Button
- AnchorPane
- TextField
- TextField
- TextField
- ComboBox

how to create and design a modern material java GUI designusing Netbeans and Scene Builder.
Login and SignUp page design with MySql database
mysql database

02 - Create And Show Stage Java GUI

03 - Create Scene Java GUI

04 - Creating a Label Adding & Changing the Text and Set Label Font

05 - Create TextField Java GUI

06 - Create Button JavaFX (Java GUI)

07 - Create PasswordField

08 - RadioButton GUI

09 - Create ToggleButton Java GUI

10 - CheckBox Java GUI

11 - ComboBox & ObservableList and ChoiceBox

12 - Hyperlink Java GUI

13 - Create Layout VBox and HBox

14 Slider Event ChangeListener JavaFX

15 PieChart - CoronaVirus Statistics COVID-19

16 - LineChart Java GUI

16 - LineChart Java GUI

17 - StackedBarChart Java GUI

18 - BarChart Java GUI

19 StackedAreaChart Java GUI

20 - TableView JavaFX

21 - TreeView Java GUI

22 - MenuBar JavaFX

23 - DatePicker Java GUI

24 - ColorPicker Java GUI

25 - Pagination Java GUI

26 - ProgressBar Java GUI

27 - WebView Java GUI

28 - HTMLEditor Java GUI

29 - FileChooser Java GUI

30 - DirectoryChooser Java GUI

JavaFX Scene Builder Tutorial 31 - How to Install Scene Builder

JavaFX Scene Builder Tutorial 32 - opening Fxml file in Scene Builder

JavaFX Scene Builder Tutorial 33 - TextField and Button

JavaFX Scene Builder Tutorial 34 - Calculator JavaFX

JavaFX Scene Builder Tutorial 35 - ImageView

JavaFX Scene Builder Tutorial 36 ComboBox

How to Install and configure XAMPP Server on Windows 10 Step by Step
Рекомендации по теме
Комментарии
Автор

its so helpful.Thank you brother from Bangladesh

rarimonahmed
Автор

Thanks for this tutorial! I learned a lot from it, but I'm encountering a problem:
clicking login always throws an exception. the message "connection established" never appears.
Can you help me find the cause of this issue?

Maged_Mohsen
Автор

Thanks alot ♥️💯

Please I need help on a project, I have a scene(scene 1) where I call another scene(scene 2) on, to do some calculations, but after the calculation I will like to pass the solution back to a label in scene 1 without having to leave that scene 1 or the current windows. The problem am having now is I can pass the information to the label in scene 1, but it ends up opening a new windows and not working it on same windows. I need help for a solution. Thanks 😊

dotecholog
Автор

Hi I have problem Where can I find those jar on your library?

jonaldabogado
Автор

Eror in SQL when type latini???
hmm I need help

corneliussianturi
Автор

it is possible to connect sqlite database with mysqlconnect ?

amecareth
Автор

The Link on the source code is not working.

villanuevarafaeld.
Автор

can i use android studio ta make this?

hazirahmusa
Автор

why I've got error when I type latini AUTO_INCREMENT = 1;
anybody can help me???

corneliussianturi
Автор

how do I solve the problem if I click the login button the message that appears is "connection established" but after that the message that appears is "null pointer exeption"

nikiputrihadipradani
Автор

HEY, what is the version's of JDK, JAVAFX SDK ?

MY is JDK 11, JAVAFX 11, NETBEANS 12, but no work.

help me pls man..

i m brasilian..

PowTvGamer
Автор

Can I get an email adress please? I need help coding a part of my project

hibabellafkih