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

Method initialize

src/gui/panel/ResultPanel.java:87–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 private void initialize() {
88 this.frame = new JFrame();
89 this.frame.setBounds(100, 100, 450, 300);
90 this.frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
91 this.frame.getContentPane()
92 .add(new DetailsPanel());
93 }
94
95 public static void main(String[] args) {
96 EventQueue.invokeLater(() -> {

Callers 1

TesterMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected