Skip to content

Commit 619dbec

Browse files
committed
Initial Commit
1 parent 4ad85a9 commit 619dbec

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
3 Bytes
Binary file not shown.

Calculator/src/ph/calculator/UI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class UI implements ActionListener {
2727
private int add = 0, minus = 0, multiply = 0, divide = 0;
2828

2929
public UI() {
30-
frame = new JFrame("Calculator");
30+
frame = new JFrame("Calculator PH");
3131
panel = new JPanel(new FlowLayout());
3232

3333
text = new JTextArea(1,20);

Screenshots/screenshot.png

10.5 KB
Loading

Screenshots/screenshot2.png

10.1 KB
Loading

calculator.jar

-50 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)