in this java tutorial we will see how to make a better looking login and dashboard form using netbeans.
▶ Source Code: http://1bestcsharp.blogspot.com/2020/07/java-login-and-dashboard-form-design.html
----------------------------------- TABLE OF CONTENT -----------------------------------
▶ 00:00:00 The Final Result Overview
▶ 00:01:34 Create The Project File
▶ 00:03:48 Create and Design The Login Form
▶ 00:09:05 Search and Add Images Folder To Our Project
▶ 00:14:08 Add Username and Password Fields And Login Button
▶ 00:25:27 Center The Login Form
▶ 00:26:26 Add Icons
▶ 00:31:20 Add Borders
▶ 00:39:46 Show And Hide Password
▶ 00:42:46 Add a Jpanel For Error Messages
▶ 00:47:10 Create a Timer To Show and Hide The Error Message
▶ 00:59:40 Create and Design The Dashboard Form
▶ 01:00:30 Create a Panel For The Menu
▶ 01:01:50 Add Items To The Menu
▶ 01:07:57 Add App Logo and Title to the Dashboard
▶ 01:16:50 Add Analytics to the Dashboard
▶ 01:56:50 Create a Function To Add Action To All Menu Items
▶ 02:09:50 Create a Function To Change The Selected Menu Item Background Color
▶ 02:19:00 Add a Panel To Close The Dashboard Form
▶ 02:25:40 Add More Panels
▶ 02:25:40 Create a Function to Show The Selected Panel
▶ 02:25:40 Add Code to The Login Button
#java