setSize(600,400); addWindowListener(newWindowAdaptor() {publicvoidwindowClosing(WindowEvent e) {System.exit(0); } }); //set up text field and go button for typing in a url url =newJTextField(30); loadButton =newJButton("Load"); ...
symbol : constructor btnSaveListener(guestList.gList) location: class guestList.btnSaveListener btnSave.addActionListener(new btnSaveListener(this)); gList class: ? 1 2 3 4 btnSave = new JButton("Save"); btnSave.setForeground(Color.darkGray); btnSave.setVisible(true); btnSave.addActionLis...
~~???