gpl.fredy.ui
Class PopUpMessage

java.lang.Object
  extended by gpl.fredy.ui.PopUpMessage

public class PopUpMessage
extends java.lang.Object


Field Summary
 javax.swing.JFrame frame
           
 javax.swing.JTextArea text
           
 
Constructor Summary
PopUpMessage(java.lang.String m)
           
 
Method Summary
 java.lang.String getText()
          Get the value of text.
 void setText(java.lang.String v)
          Set the value of text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

public javax.swing.JFrame frame

text

public javax.swing.JTextArea text
Constructor Detail

PopUpMessage

public PopUpMessage(java.lang.String m)
Method Detail

getText

public java.lang.String getText()
Get the value of text.

Returns:
Value of text.

setText

public void setText(java.lang.String v)
Set the value of text.

Parameters:
v - Value to assign to text.