MCPcopy Create free account
hub / github.com/Garten/sourcecraft / configureContinueButton

Method configureContinueButton

src/gui/panel/InputPanel.java:438–441  ·  view source on GitHub ↗
(JButton button)

Source from the content-addressed store, hash-verified

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;

Callers 1

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected