jbInit. @throws java.lang.Exception if any.
()
| 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 | } |