class diagram edited

Class Text added
This commit is contained in:
schrom01 2021-10-29 10:02:39 +02:00
parent a4e9dc81b6
commit b0ddcb9e5c
1 changed files with 7 additions and 0 deletions

7
src/Text.java Normal file
View File

@ -0,0 +1,7 @@
import java.util.ArrayList;
public class Text {
private ArrayList<String> text = new ArrayList<>();
}