Kr Younger 6 years ago
parent
commit
d59ffd87d3
3 changed files with 24 additions and 0 deletions
  1. 14
    0
      .vscode/launch.json
  2. 10
    0
      README.md
  3. BIN
      SimpleCalc.png

+ 14
- 0
.vscode/launch.json View File

1
+{
2
+    "configurations": [
3
+        {
4
+            "type": "java",
5
+            "name": "CodeLens (Launch) - CalculatorFX",
6
+            "request": "launch",
7
+            "cwd": "${workspaceFolder}",
8
+            "console": "internalConsole",
9
+            "stopOnEntry": false,
10
+            "mainClass": "calculatorfx.CalculatorFX",
11
+            "args": ""
12
+        }
13
+    ]
14
+}

+ 10
- 0
README.md View File

1
+# CalcFX
2
+
3
+so it does something. figure out what it does.
4
+
5
+## Change it
6
+
7
+Change it all around to look much more like a simple calculator.
8
+
9
+Well, more like this:
10
+![A 4 function calculator](SimpleCalc.png)

BIN
SimpleCalc.png View File