updating actions

This commit is contained in:
Stephan Richter
2020-12-03 00:03:10 +01:00
parent a7f252de7f
commit 0c2d2eaa8e
30 changed files with 298 additions and 368 deletions

View File

@@ -5,6 +5,10 @@ import de.srsoftware.web4rail.tags.Label;
public class ShowText extends TextAction{
public ShowText(Context parent) {
super(parent);
}
@Override
public boolean fire(Context context) {
plan.stream(fill(text,context));