if (initLabelText == null) {
initLabelText = "";
}
this.blockID = blockID;
this.labelType = labelType;
widget = new LabelWidget(initLabelText, workspace.getEnv().getBlock(blockID).getColor().darker(), tooltipBackground) {
private static final long serialVersionUID = 328149080424L;
protected void fireTextChanged(String text) {
textChanged(text);