Skip to content

Commit afe04f2

Browse files
committed
exam02
1 parent 694dd8c commit afe04f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lesson01/src/com/eomjinyoung/lesson01/exam02/client/CalculatorFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class CalculatorFrame extends JFrame implements ActionListener{
2525
JButton clear = new JButton("Clear");
2626

2727
public CalculatorFrame() {
28-
this.setTitle("Lesson01-Exam01");
28+
this.setTitle("Lesson01-Exam02");
2929

3030
Container contentPane = this.getContentPane();
3131
contentPane.setLayout(new BoxLayout(contentPane, BoxLayout.Y_AXIS));

0 commit comments

Comments
 (0)