Message Dialogbox with extra features

import javax.swing.JOptionPane;
public class welcomebox
{
public static void main(String arg[])
{
JOptionPane.showMessageDialog(null,"Welcome to smartprogrammeron.blogspot.in","Display Message",JOptionPane.INFORMATION_MESSAGE);
}
}

Popular posts from this blog

Shutdown Pc

Ellipse using OpenGl

String Comparisons