Trusted by millions of Kenyans
Study resources on Kenyaplex

Get ready-made curriculum aligned revision materials

Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.

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

Answer Attachments

Exams With Marking Schemes

Related Questions