Skip to content

Commit ddffbaa

Browse files
authored
Update DemoJComboBox.java
1 parent 31e8599 commit ddffbaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DemoJComboBox.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
* To change this template file, choose Tools | Templates
44
* and open the template in the editor.
55
*/
6+
67
// Demonstrating JComboBox
78
import javax.swing.*;
89
import java.awt.*;
910
import java.awt.event.*;
1011
/**
1112
*
12-
* @author Axiom Director
13+
* @author Saket
1314
*/
1415
public class DemoJComboBox extends JFrame implements ActionListener{
1516

0 commit comments

Comments
 (0)