Extract Inflater interface
This commit is contained in:
@@ -113,9 +113,4 @@ public class Label extends BaseComponent {
|
||||
gui.fill();
|
||||
gui.putTextBox(x + paddingLeft, y + paddingTop, getWidth() - paddingLeft - paddingRight, text, bounds);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Label[" + text + "]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user