Skip to content

Instantly share code, notes, and snippets.

Created February 1, 2010 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/291493 to your computer and use it in GitHub Desktop.
Save anonymous/291493 to your computer and use it in GitHub Desktop.
String body = JOptionPane.showInputDialog("Message?");
msg = (body);
System.out.println(msg);
outputStream.println(msg);
//outputStream.flush();
// System.out.println(inputStream.readLine());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment