(JButton button)
| 217 | } |
| 218 | |
| 219 | public void configureContinueButton(JButton button) { |
| 220 | button.setPreferredSize(Gui.DIMENSION_OF_CONTINUE); |
| 221 | button.setFont(Gui.FONT_CONTINUE); |
| 222 | } |
| 223 | |
| 224 | private void addTextFieldChangeListener(JTextField textField, Runnable action) { |
| 225 | textField.getDocument() |