this("");
}
public TButton(final String TEXT) {
getStyleClass().add("tbutton");
selected = new SimpleBooleanProperty(this, "selected", false);
text = new SimpleStringProperty(this, "text", TEXT);
ledColor = new SimpleObjectProperty<>(Color.YELLOW);
}