Java Project Tutorial - Make Login and Register Form Step by Step Using NetBeans And MySQL Database

1BestCsharp blog
Youtube
Related Topic
:- Java Javascript web designing MYSQL Netbeans

Full Java Project Tutorial Step by Step In NetBeans With MySQL Database Source Code: http://1bestcsharp.blogspot.com/2019/03/java-login-and-register-form.html ------------------ Check out my Java Projects! -------------------- Inventory Management System - http://bit.ly/Java_Inventory Java Project For Beginners - https://youtu.be/vtTUKLE_SWE Students Information System - http://bit.ly/Students_System Contacts Management System - http://bit.ly/Contact_Project Hotel Management System - http://bit.ly/JavaHotelSystem Real Estate Management System - https://bit.ly/Java__RealEstate Library Management System - https://bit.ly/Java_Library All My Programming Projects Here - http://bit.ly/2HrU8hK My Source Code Store Here - http://bit.ly/2OsC0TU ------------------------------------ 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 jpanels and borders. - make your own close and minimize icon using jlabel. - navigate between login form and signup form using a jlabel. - 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 . - create a button to brose image and set the image path in a jlabel save the image as a blob in the mysql database. - check If the user enter a username that already exists. Java Swing Components We Will Use In This Project: - JFrame - JPanel - JTextfield. - JButton. - JLabel. - JRadioButton. ----------------------------------- TABLE OF CONTENT ----------------------------------- 00:00:00 The Final Result Overview 00:04:50 Create The Project File 00:06:00 Create and Design The Login Form 00:25:00 Add Images Folder To Our Project 00:41:10 Make a Placholder For The Username and Password Fields 01:18:20 Download Java Connector 01:22:44 Create The Database 01:25:00 Create The Connection Class "My_CNX" 01:33:15 Set Action To The Login Button 01:47:35 Create The Register Form 02:19:40 Make The Phone TextField Allow Only Numbers 02:22:15 Create The Browse Image Button 02:32:50 Create a Function to Verify The Empty Fields 02:41:40 Create a Function To Check If The Username Already Exist 02:49:40 Set Action To The Register Button 03:18:20 Create Two Jlabels to go From Login to Register And Form Register To Login -------------------------- JAVA Tutorials ----------------------------- Java Login and Register Form - http://bit.ly/Java_Login Java Calculator In Netbeans - http://bit.ly/Java_Calculator Java Tic Tac Toe Game - http://bit.ly/Java_TicTacToe Java JTree Tutorial - http://bit.ly/Java_JTree_Tutorial Java and MySQL Tutorials Using Netbeans - http://bit.ly/Java_Mysql Java Gui Tutorial For Beginners - http://bit.ly/Java_Gui Java JTable Tutorial - http://bit.ly/JAVA_JTable_Tutorial Create a Project In Java With MySQL - http://bit.ly/Java_Mysql_Project -------------------------- JAVA COURSE ----------------------------- master Java core development step-by-step - http://bit.ly/2HXSuAn -------------------------------------------------------------------- visit our blog https://1bestcsharp.blogspot.com/ CONNECT WITH ME ONLINE https://www.instagram.com/1bestcsharpblog/ subscribe: http://goo.gl/nRjPKk programming projects with source code: http://1bestcsharp.blogspot.com/p/programming-projects.html C# And Java Programming Books http://1bestcsharp.blogspot.com/2015/04/c-and-java-programming-books.html share this video: https://youtu.be/3vauM7axnRs #java #login #register #project #design #mysql #source_code

Comments