Hello steemians friends, today I will share the tutorial of making a simple application using java programming language. hopefully this post can add science programming for us all, this post is very suitable for beginners.
STEPS TO MAKE A PROJECT
select file, New Project, select java, Java application, name project, Done
• MAKE JFRAME FORM
Right click on project name, select New, select jFrameForm

• Create Sign In and Sign Up buttons
1. Right click on Button (sign in)
2. Then select, Events Action, actionPerformed

3. Then type the following syntax:
private void cmdOkActionPerformed (java.awt.event.ActionEvent evt) {
cariuser ();
type the topmost syntax as follows:

Once ready sintax above we typed the program


4. Right click on Button (sign up)
5. Then select Events Action actionPerformed
6. Then type the following syntax:


7. Right click on Button (sign up)
8. Then select Event Action actionPerformed
9. Then type the following syntax:
jPasswordField1.requestFocus();
The result (Sign IN)

This is really interesting Thank you I really lvoe Application like that
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit