MCPcopy Index your code
hub / github.com/Card-Forge/forge / jbInit

Method jbInit

forge-gui-desktop/src/test/java/forge/PanelTest.java:64–73  ·  view source on GitHub ↗

jbInit. @throws java.lang.Exception if any.

()

Source from the content-addressed store, hash-verified

62 * if any.
63 */
64 private void jbInit() throws Exception {
65 this.getContentPane().setLayout(null);
66 this.jPanel1.setForeground(Color.orange);
67 this.jPanel1.setBounds(new Rectangle(15, 36, 252, 156));
68 this.jLabel1.setFont(new java.awt.Font("Dialog", 1, 12));
69 this.jLabel1.setForeground(new Color(70, 90, 163));
70 this.jLabel1.setText("jLabel1");
71 this.getContentPane().add(this.jPanel1, null);
72 this.jPanel1.add(this.jLabel1, null);
73 }
74}

Callers 1

PanelTestMethod · 0.95

Calls 6

setLayoutMethod · 0.80
setTextMethod · 0.65
addMethod · 0.65
setForegroundMethod · 0.45
setBoundsMethod · 0.45
setFontMethod · 0.45

Tested by

no test coverage detected