Skip to content

Commit bad899a

Browse files
authored
Update DemoSwing.java
1 parent ddffbaa commit bad899a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DemoSwing.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* To change this template file, choose Tools | Templates
44
* and open the template in the editor.
55
*/
6+
67
// Demonstrating Swing in JAVA
78
import java.awt.*;
89
import java.awt.event.*;
@@ -12,7 +13,7 @@
1213

1314
/**
1415
*
15-
* @author Axiom Director
16+
* @author Saket
1617
*/
1718
public class DemoSwing extends JFrame implements ActionListener{
1819
// Declaration of GUI Components

0 commit comments

Comments
 (0)