Skip to content

Commit 5dae38b

Browse files
Update codered2.java
1 parent 4c6ecdd commit 5dae38b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CODERED/codered2.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
package practice_java;
2-
public class codered1 extends javax.swing.JFrame {
2+
public class codered1 extends javax.swing.JFrame
3+
{
34

4-
public codered1() {
5+
public codered1()
6+
{
57
initComponents();
68
}
79

8-
private void initComponents() {
10+
private void initComponents()
11+
{
912

1013
jLabel1 = new javax.swing.JLabel();
1114
symptom1 = new javax.swing.JTextField();

0 commit comments

Comments
 (0)