Create Simple Applications Using Java Programming Language

in #programming7 years ago

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

FOR DESIGNING TABLES


• 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)


Thank you for visiting this post, hopefully my friends like this post, I am grateful if my friends want to visit my post


FOLLOW ME : @muchsin


Sort:  

This is really interesting Thank you I really lvoe Application like that