public abstract class Label extends Object
Label(String text)
Label(String text, String position)
String
getText()
boolean
hasText()
void
setText(String text)
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Label(String text)
text
public Label(String text, String position)
position
public String getText()
public void setText(String text)
public boolean hasText()
public String toString()
toString
Object
Copyright © 2015 Joseph Hendrix