diff --git a/Assets/javacalc.gif b/Assets/javacalc.gif new file mode 100644 index 0000000..3433082 Binary files /dev/null and b/Assets/javacalc.gif differ diff --git a/README.md b/README.md index e3ed15e..5cfb90d 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,27 @@ ## Simple Calculator Using java Swing GUI!! Knowing how the swing works...you never know how interesting it could get!!! -# What all you get- +# What all you get to know- ``` -You will get to know more aspects of java aside from basic java like how to give your basic java -applications a graphical user interface look to make it more user friendly. +You will get to know more aspects of java aside from basics, like how to give your basic java +applications a graphical user interface look to make it more user-friendly. -You will get to know the uses of how to use .getText(); .setText() etc. commands which are necessary +You will get to know the uses of .getText(), .setText() etc. commands which are necessary for GUI programming. -You will get to know more about classes as you import new classes. +You will get to know more about classes as you import new ones. You will get to know the use of constructor and how to construct and call one. ``` +### Here's how this Java Swing App Works:- +
+
+