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

Method initialize

src/gui/panel/InputPanel.java:201–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 private void initialize() {
202 this.frame = new JFrame();
203 this.frame.setBounds(100, 100, 450, 300);
204 this.frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
205 this.frame.getContentPane()
206 .add(new InputPanel());
207 }
208
209 public static void main(String[] args) {
210 EventQueue.invokeLater(() -> {

Callers 1

TesterMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected