Kid's room
Sebuah catatan kehidupan seorang Yunandha Indrakusumah
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment