IO
Class RedmondMsgOut

java.lang.Object
  |
  +--IO.RedmondMsgOut

public class RedmondMsgOut
extends java.lang.Object


Constructor Summary
RedmondMsgOut()
          Creates a new instance of RedmondMsgOut
 
Method Summary
static void display(java.lang.String msg)
          Use msg boxes to display output, while also displaying the same info to Output Window so can check results Given: message to display to the user Returns: nothing
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedmondMsgOut

public RedmondMsgOut()
Creates a new instance of RedmondMsgOut

Method Detail

display

public static void display(java.lang.String msg)
Use msg boxes to display output, while also displaying the same info to Output Window so can check results Given: message to display to the user Returns: nothing


main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments for testing class