Hi All...!
Today I'm going to show you how to create GUI to add users to over database. The following steps will guide you to do that.
1 Step
Creating or adding JFrame to our project.
Right click on the jdbc_demo package --> New --> JFrame form.
2 Step
Rename and create JFrame, rename new JFrame as AddUser
In the next post, we are going to add components to this JFrame and create the AddUser interface.


