(JButton button)
| 436 | } |
| 437 | |
| 438 | public void configureContinueButton(JButton button) { |
| 439 | button.setPreferredSize(Gui.DIMENSION_OF_CONTINUE); |
| 440 | button.setFont(Gui.FONT_CONTINUE); |
| 441 | } |
| 442 | |
| 443 | public void setDeletePlace(RunnableWith<Place> deletePlace) { |
| 444 | this.deletePlace = deletePlace; |