gpl.fredy.ui
Class MsgBoard

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

public class MsgBoard
extends java.lang.Object


Field Summary
 javax.swing.JButton cancel
           
 java.io.File file
           
 javax.swing.JFrame frame
           
 int pollRate
           
 ImageButton setLog
           
 
Constructor Summary
MsgBoard()
           
 
Method Summary
 void addSysMsg(java.lang.String t)
           
 void addText(java.lang.String t)
           
 java.lang.String getVersion()
           
static void main(java.lang.String[] args)
           
 void openFile()
           
 void poller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pollRate

public int pollRate

file

public java.io.File file

frame

public javax.swing.JFrame frame

cancel

public javax.swing.JButton cancel

setLog

public ImageButton setLog
Constructor Detail

MsgBoard

public MsgBoard()
Method Detail

getVersion

public java.lang.String getVersion()

poller

public void poller()

openFile

public void openFile()

addText

public void addText(java.lang.String t)

addSysMsg

public void addSysMsg(java.lang.String t)

main

public static void main(java.lang.String[] args)