File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 28
28
29
29
public class NewPatronView implements ActionListener {
30
30
31
- private int maxSize ;
32
-
33
31
private JFrame win ;
34
32
private JButton abort , finished ;
35
33
private JLabel nickLabel , fullLabel , emailLabel ;
36
34
private JTextField nickField , fullField , emailField ;
37
35
private String nick , full , email ;
38
36
39
37
private boolean done ;
40
-
41
- private String selectedNick , selectedMember ;
42
38
private AddPartyView addParty ;
43
39
44
40
public NewPatronView (AddPartyView v ) {
@@ -87,8 +83,6 @@ public NewPatronView(AddPartyView v) {
87
83
JPanel buttonPanel = new JPanel ();
88
84
buttonPanel .setLayout (new GridLayout (4 , 1 ));
89
85
90
- Insets buttonMargin = new Insets (4 , 4 , 4 , 4 );
91
-
92
86
finished = new JButton ("Add Patron" );
93
87
JPanel finishedPanel = new JPanel ();
94
88
finishedPanel .setLayout (new FlowLayout ());
You can’t perform that action at this time.
0 commit comments