edu.jhu.tmaj.client.frida.gui.shared
Class ProgressLabel
java.lang.Object
edu.jhu.tmaj.client.frida.gui.shared.ProgressLabel
public final class ProgressLabel
- extends java.lang.Object
A text label and a progress bar. The label simply states what the progress bar is doing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressLabel
public ProgressLabel()
setMessage
public void setMessage(java.lang.String message)
setErrorMessage
public void setErrorMessage(java.lang.String message)
setValue
public void setValue(int n)
getMessageLabel
public MessageLabel getMessageLabel()
getComponent
public javax.swing.JPanel getComponent()