Get premium membership and access questions with answers, video lessons as well as revision papers.

Write a simple program in Java language to illustrate the application of dialog box.

      

Write a simple program in Java language to illustrate the application of dialog box.

  

Answers


Davis
import javax.swing.JOptionPane;
public class dialogbox
{
public static void main(String[] args);
{
JOptionPane.showMessageDialog(null, "my java dialog");
}
}
Githiari answered the question on January 25, 2018 at 14:36


Next: Describe the procedure of to be followed before executing any java source code.
Previous: Distinguish between a syntax and a procedure in computer programming

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions