Basics of Reading – makeGui();
public void makeGui() {
panel top = new Panel();
loadButton = new Button(“load”);
top.add(loadButton);
loadButton.addActionListener(this);
nameField = new TextField(20);
top.add(nameField);
Previous slide
Next slide
Back to first slide
View graphic version