energyTycoon.gui.game
Class ChatBoxLine

java.lang.Object
  extended by energyTycoon.gui.game.ChatBoxLine

public class ChatBoxLine
extends java.lang.Object


Field Summary
 java.awt.Color color
           
 java.lang.String message
           
 
Constructor Summary
ChatBoxLine(java.lang.String message, java.awt.Color color)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

public java.lang.String message

color

public java.awt.Color color
Constructor Detail

ChatBoxLine

public ChatBoxLine(java.lang.String message,
                   java.awt.Color color)