Monday, December 6, 2010

Belajar Java [Lanjutan]

import javax.swing.JOptionPane;

public class Welcome2
{
public static void main ( String args[] )
{
JOptionPane.showMessageDialog(
null, “Welcome\nto\nJava\nProgramming!” );
System.exit( 0 );
}
}

*kalo ini pake dialog box…

No comments:

Post a Comment