Java Project Tutorial - Login and Register Form Step by Step Using NetBeans And MySQL with FREE Code

  Рет қаралды 116,502

xemacscode

xemacscode

4 жыл бұрын

Java Project Tutorial - Login and Register Form Step by Step Using NetBeans And MySQL with FREE Source Code
▶ Source: To be uploaded soon.
----------------------------------- Project Description -----------------------------------
in this java tutorial we will see how to Design a login and Register form and Connect This Two Forms With MySQL Database.
What We Will Use To Build This Project ? :
- Java Programming Language.
- NetBeans Editor.
- MySQL Database.
- PhpMyAdmin.
What We Will Do In This Project ? :
- design the two forms using JFrame form
- create a connection between java and mysql.
- create a jbutton on each window one to login and the seconde to create a new account.
- create a mysql database to store the users data.
- check if the username or password are empty.
- in the register jframe check if the fields are empty
and if the user renter the correct password .
- check If the user enter a username that already exists.
Java Swing Components We Will Use In This Project:
- JFrame
- JPanel
- JTextfield.
- JButton.
- JLabel.
----------------------------------- Other Tutorials -----------------------------------
▶ Your First Java GUI - • Java - First GUI Simpl...
▶ Java POS Demo - • Student Project: Java ...
----------------------------------- JavaFX Tutorials -----------------------------------
▶ 1 - Introduction to JavaFX - bit.ly/32Qqom3
▶ 2a - Setting up with Eclipse -
▶ 2b - Setting up with Netbeans - bit.ly/2IjXXmQ
▶ 3 - Your First JavaFX Application - bit.ly/2TNdQHV
▶ 4 - Using Lambda Expressions - bit.ly/38FXQwF
▶ 5 - Integerating SceneBuilder - bit.ly/2Q0Oe9D
▶ 6 - Adding Controllers to FXML - • JavaFX Tutorial for Be...
▶ 7 - Styling with CSS - • JavaFX Tutorial for Be...
▶ 8 - How to build a Calculator Part 1 - • JavaFX Tutorial for Be...
▶ 9 - Build a Calculator app - • JavaFX Tutorial for Be...
▶ 10 - Build a Login app - • JavaFX Tutorial for Be...
▶ 11 - Using ImageView - • JavaFX Tutorial for Be...
▶ 12 - ComboBox in JavaFx - • JavaFX Tutorial for Be...
▶ 13 - ListView in JavaFX - • JavaFX Tutorial for Be...
▶ 14 - TreeView in JavaFX - • JavaFX Tutorial for Be...
▶ 15 - FileChooser - • JavaFX Tutorial for Be...
★★★ Get In Touch ★★★
JavaFX Facebook Group: bit.ly/2TC9HX4
#javatutorial #login #register
Tags:
login form java,register form java,signup form in java,java tutorials,how to create login form in java,connecting to database in java,java jdbc tutorials

Пікірлер: 67
@xemacscode
@xemacscode 3 ай бұрын
To those asking for the icons, you can download an app called Icons8. It contains a lot of free to use images and icons.
@fenderletmedownsham
@fenderletmedownsham Жыл бұрын
thanks so much, best tutorial i've seen on this topic!
@onderyurdaer
@onderyurdaer Жыл бұрын
I had some trouble with source libraries. It's as if Java is being cunning in the process of compiling code. it finally worked. Thank you.
@ryuugaeisen8946
@ryuugaeisen8946 Жыл бұрын
Source code: to be uploaded soon... 3 yrs later💀
@kithminadilshan90
@kithminadilshan90 2 жыл бұрын
THANKS FOR YOUR SUPPORT ON MY ASSIGNMENT
@banogbanogangelul.7420
@banogbanogangelul.7420 Жыл бұрын
Thank you
@kawshalyamarasinghe5557
@kawshalyamarasinghe5557 3 жыл бұрын
thanks
@princesssingcol629
@princesssingcol629 2 жыл бұрын
Thank you!! but can you tell me where did that icons came from?
@MuhidiNabdul768
@MuhidiNabdul768 Жыл бұрын
yeah, have been wondering.
@minecraftgirlangle
@minecraftgirlangle Жыл бұрын
@@MuhidiNabdul768 I know its already late to reply but it is a Pichon Icons
@virmanemanatad9606
@virmanemanatad9606 Жыл бұрын
@@minecraftgirlangle thanks
@virmanemanatad9606
@virmanemanatad9606 Жыл бұрын
@@minecraftgirlangle Can I asked where should I get the connector link?
@adityakumarsah534
@adityakumarsah534 Жыл бұрын
@@minecraftgirlangle Thank you
@jenovagg1536
@jenovagg1536 Жыл бұрын
8:55 Tried running Jframe for test drive, nothing pops up. It keeps telling that there is no (main class found)
@fenderletmedownsham
@fenderletmedownsham Жыл бұрын
Maybe you created a JPanel instead of JFrame?
@dirtydozengaming9805
@dirtydozengaming9805 3 жыл бұрын
if I don't put address it will save in database? what should I use code for all filled most be have a value or else it will not save.. please help.. need asap ty
@xemacscode
@xemacscode 3 жыл бұрын
you just have to check if the value is empty like: String address = txtAddress.getText().toString(); if(address.length < 1) { System.out.println("Please enter valid address"); }else{ //proceed to save. }
@dirtydozengaming9805
@dirtydozengaming9805 3 жыл бұрын
thanks it's help me alot
@assoumione1335
@assoumione1335 Жыл бұрын
We need the icons plez.....
@siyathuthukamabaso4460
@siyathuthukamabaso4460 2 жыл бұрын
Where do you get the images for the form
@emmanuelunsay7488
@emmanuelunsay7488 2 жыл бұрын
Where did you copied the mysql connector? you just paste it directly?? 35:51
@SpiderMan-ho6ui
@SpiderMan-ho6ui Жыл бұрын
i need answer also
@chircatstv8033
@chircatstv8033 5 ай бұрын
Please help me how to get your mysql connector? Please i want this for my project in scholl huhuhu
@kylelopez8107
@kylelopez8107 3 жыл бұрын
When i export this, why does it say error while connecting to db ? i even exported my sql connector help me please
@VISHUTALKS
@VISHUTALKS 2 жыл бұрын
for me also
@emmanuelugbede2304
@emmanuelugbede2304 9 ай бұрын
please how can I validate for an already existing users?
@bengukchannel4905
@bengukchannel4905 3 жыл бұрын
click bait, code not found
@JonathanMFausset
@JonathanMFausset Жыл бұрын
Is there no audio to this, or am I missing something?
@gudugudu174
@gudugudu174 10 ай бұрын
no audio... u have to download it separately
@ateley9812
@ateley9812 3 жыл бұрын
bakit po there were error while connecting to db. po? how to fix this po :(
@spagtech147
@spagtech147 3 жыл бұрын
ano nalabas na error?
@virmanemanatad9606
@virmanemanatad9606 Жыл бұрын
Hello Good day can I asked where can I get Icons like yours?
@adityakumarsah534
@adityakumarsah534 Жыл бұрын
If you find the Icons like this then please tell me also...
@shahadatali74
@shahadatali74 5 ай бұрын
isn't it pichon?
@akankshagupta5176
@akankshagupta5176 10 күн бұрын
Icon 8 Pichon
@user-dx8uk3nb1d
@user-dx8uk3nb1d 3 ай бұрын
Please tell me where I get the code Because you are silent there is sound
@PrabhatK29
@PrabhatK29 Жыл бұрын
Can you upload the source code please?
@mohomedirfan5010
@mohomedirfan5010 11 ай бұрын
Yes please upload ....
@StudioAudio15
@StudioAudio15 Жыл бұрын
Source code in Git?
@audreynaila2776
@audreynaila2776 Жыл бұрын
can you upload source code please?thankyou
@sohailnoor9852
@sohailnoor9852 3 жыл бұрын
can u plz give me your icon library you use
@ConsulthinkProgrammer
@ConsulthinkProgrammer 3 жыл бұрын
Try this for an alternative: Login form online without hosting with google apps script kzbin.info/www/bejne/sJOrXmmoZ7adhpY
@kylelopez8107
@kylelopez8107 3 жыл бұрын
its called pichon you can download it in the microsoft store
@pushpendragupta6589
@pushpendragupta6589 3 жыл бұрын
Please send source code
@virmanemanatad9606
@virmanemanatad9606 Жыл бұрын
Hello can I asked where can i find connector?
@akankshagupta5176
@akankshagupta5176 10 күн бұрын
SQL connector. Google is and u will get the website to download.
@kathannayak6259
@kathannayak6259 Жыл бұрын
very fraustrating for newbies, just cutted that connector part without showing or explaining and i guess professionals are not gonna watch this videos right, better take care of these things, you will get more views!!👎
@s.jayalakshmim.subramani4376
@s.jayalakshmim.subramani4376 3 жыл бұрын
Send the code pls..
@1wilfried
@1wilfried 3 жыл бұрын
how can you have the registered button at the startup of the software, that means anybody can register and log on to the application. not interesting.. but good job for the rest
@xemacscode
@xemacscode 3 жыл бұрын
but, you can have an admin account that will verify each registration. The admin can approve/reject the registration.
@linchub3079
@linchub3079 2 жыл бұрын
@@xemacscode so how do you have an admin account? - that is what I have been thinking about?
@khadidjamekki218
@khadidjamekki218 3 жыл бұрын
code?
@abhaychavan3925
@abhaychavan3925 3 жыл бұрын
where is code
@tshepolucas5921
@tshepolucas5921 3 жыл бұрын
send the code pls
@kishantopiwala472
@kishantopiwala472 2 жыл бұрын
can you give us code
@oussamadalleli7293
@oussamadalleli7293 3 жыл бұрын
code pls?
@CORTISIANOJUVELYNT.
@CORTISIANOJUVELYNT. 2 ай бұрын
Can you upload the source code
@bongiwentoyanto3546
@bongiwentoyanto3546 2 жыл бұрын
this video has no sound
@kavindudhananjaya7564
@kavindudhananjaya7564 3 жыл бұрын
Code?
@ferygynanjar3160
@ferygynanjar3160 Жыл бұрын
where source
@s.i.os.i.o5687
@s.i.os.i.o5687 8 ай бұрын
where is the source code bro?
@rjsolatorio9820
@rjsolatorio9820 3 ай бұрын
No sound
@jameshopkins3541
@jameshopkins3541 Жыл бұрын
JA JA JAAA A ES UNA VERDADERA TOMADURA DE PELO PEOR Q PITON EJM CUALQUIER PROGRAMA .JAVA TE DARA 80 000 ERRORES UNO POR CADA VERSION DE JAVA PORLOTANTO MEJOR ES MDDRL A LA MM.
@Black-xy4pj
@Black-xy4pj Жыл бұрын
I clicked clean and build and now I'm getting this error, please help me. What's the reason for this?: -------< project3.orderman.invoice.login:orderMan-invoice.login >------- Building orderMan-invoice.login 1.0-SNAPSHOT --------------------------------[ jar ]--------------------------------- The POM for anyvalue:mysql-connector-j:jar:8.0.31 is missing, no dependency information available
@smail-yq7sc
@smail-yq7sc 3 жыл бұрын
code ?
@user-bu7mu8tm9s
@user-bu7mu8tm9s Жыл бұрын
Can you upload the source code please?
@gireeshp2398
@gireeshp2398 3 жыл бұрын
Send me source code link
Java - Library Automation System with MySQL and JasperReports
12:21
Black Magic 🪄 by Petkit Pura Max #cat #cats
00:38
Sonyakisa8 TT
Рет қаралды 32 МЛН
He tried to save his parking spot, instant karma
00:28
Zach King
Рет қаралды 12 МЛН
Joven bailarín noquea a ladrón de un golpe #nmas #shorts
00:17
JAVA - How To Design Login And Register Form In Java Netbeans
23:02
Coding with Elias
Рет қаралды 148 М.
What is Spring Framework?
4:29
Telusko
Рет қаралды 27 М.
Less code: Composable functions - MAD Skills
9:44
Android Developers
Рет қаралды 73 М.