This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javax.swing.JOptionPane; | |
public class UsingSwingClass { | |
/** | |
* Implementinng the input dialog box and show message | |
*+box | |
* Something to check on the showMessage dialog box | |
* JOption.PLAIN_MESSAGE is the one without any icon | |
*/ | |
public static void main(String[] args) { |