Write a program using GUI dialog boxes and show the message”Welcome to java”

Write a program using GUI dialog boxes and show the message”Welcome to java”
import javax.swing.*;
class welcome2
{
public static void main(String [] args)
{

JOptionPane.showMessageDialog(null,"Welcome to Java");

}

}

Leave a Reply

Your email address will not be published. Required fields are marked *