uk.ac.cisban.rod.gui.core
Class StatusBar

java.lang.Object
  extended by uk.ac.cisban.rod.gui.core.StatusBar

public class StatusBar
extends java.lang.Object

Creates and allows changes to the status bar at the bottom of the program.

Created for the Newcastle University iGEM Team 2008.

Author:
Morgan Taschuk

Method Summary
static javax.swing.JComponent getComponent()
           
static java.awt.Dimension getTextSize(javax.swing.JComponent component, java.lang.String s)
           
static void setMessage(java.lang.String text)
           
static void unsetMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setMessage

public static void setMessage(java.lang.String text)

unsetMessage

public static void unsetMessage()

getComponent

public static javax.swing.JComponent getComponent()

getTextSize

public static java.awt.Dimension getTextSize(javax.swing.JComponent component,
                                             java.lang.String s)


Copyright © 2010. All Rights Reserved.