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

Method initialize

src/gui/panel/SetupPanel.java:115–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 private void initialize() {
116 this.frame = new JFrame();
117 this.frame.setBounds(100, 100, 450, 300);
118 this.frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
119 this.frame.getContentPane()
120 .add(new SetupPanel());
121 }
122
123 public static void main(String[] args) {
124 EventQueue.invokeLater(() -> {

Callers 1

TesterMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected