Com Sci Test #1 Review

1.9: (GUI) Displaying Text in a Message Dialog Box. import javax.swing.JOptionPane; /** The Chap01GUIBasics class implements an application that * displays a welcome message in a Graphical User Interface (GUI) Message Dialog Box, * and shows the basics of appropriate code documentation using javadoc comments. ................
................