org.jpop.gui
Class LogWindow

java.lang.Object
  extended byorg.jpop.gui.LogWindow

public class LogWindow
extends java.lang.Object

A window with a log of events

Author:
ug57dsm

Constructor Summary
LogWindow(java.lang.String name)
          Constructor for the LogWindow object
 
Method Summary
 void log(java.lang.String s)
          Log a message
static void setAllVisible(boolean b)
           
 void setVisible(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogWindow

public LogWindow(java.lang.String name)
Constructor for the LogWindow object

Parameters:
name -
Method Detail

setAllVisible

public static void setAllVisible(boolean b)

setVisible

public void setVisible(boolean b)

log

public void log(java.lang.String s)
Log a message

Parameters:
s - The message