Menentukan Inputan Hello Name

Source Code

import javax.swing.JOptionPane;

public class InputGUI {
public static void main( String[] args ){
String name = JOptionPane.showInputDialog("Enter your name :");
JOptionPane.showMessageDialog(null, "Hello " + name + "!");
}
}

Sebelum mengcopy paste source code yang ada di atas. Anda harus mempunyai master pemrograman Java, seperti: Java SE, JCreator, dll. di sini saya memakai JCreator.
Silahkan download di sini.

Setelah itu Anda tinggal copy paste source code yang ada di atas.

Selamat Mencoba!

Comments :

0 comments to “Menentukan Inputan Hello Name”

Post a Comment

 

Recent Post

Followers

Recent Comments