Skip to content

Instantly share code, notes, and snippets.

@jintujacob
jintujacob / UsingSwingClass.java
Created June 14, 2011 11:52
A java code to implement basic gui for input and output
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) {