edu.columbia.cs.irt.rfidentify.display
Class DisplayName

java.lang.Object
  extended by edu.columbia.cs.irt.rfidentify.display.DisplayName
All Implemented Interfaces:
java.util.Observer

public class DisplayName
extends java.lang.Object
implements java.util.Observer

Author:
"Blake Arnold" This class sets up the display for presenting the name of the speaker

Constructor Summary
DisplayName(java.lang.String displayName)
          Creates class
 
Method Summary
 void setupDisplay()
          Initial function to set up display.
 void setupFrame(javax.swing.JPanel f)
          Loads components of display
 void update(java.util.Observable o, java.lang.Object req)
          Function updates
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayName

public DisplayName(java.lang.String displayName)
Creates class

Parameters:
displayName - name of window. Usually not displayed if in full screen
Method Detail

setupDisplay

public void setupDisplay()
Initial function to set up display. Determines which display to go full screen on


setupFrame

public void setupFrame(javax.swing.JPanel f)
Loads components of display

Parameters:
f - panel to put components on

update

public void update(java.util.Observable o,
                   java.lang.Object req)
Function updates

Specified by:
update in interface java.util.Observer