We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694dd8c commit afe04f2Copy full SHA for afe04f2
1 file changed
Lesson01/src/com/eomjinyoung/lesson01/exam02/client/CalculatorFrame.java
@@ -25,7 +25,7 @@ public class CalculatorFrame extends JFrame implements ActionListener{
25
JButton clear = new JButton("Clear");
26
27
public CalculatorFrame() {
28
- this.setTitle("Lesson01-Exam01");
+ this.setTitle("Lesson01-Exam02");
29
30
Container contentPane = this.getContentPane();
31
contentPane.setLayout(new BoxLayout(contentPane, BoxLayout.Y_AXIS));
0 commit comments