1 | add(new Label("aligned left")); // default alignment |
2 | produces a text string using constructor Label of Label class |
3 | add(new Button("Grade is A")); |
4 | add(new Button("Grade is B")); // surely this is lowest grade for a course on such an easy language? |