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

Method configureContinueButton

src/gui/panel/SetupPanel.java:219–222  ·  view source on GitHub ↗
(JButton button)

Source from the content-addressed store, hash-verified

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()

Callers 1

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected