Skip to content

Made Readme.md better, added working app GIF and Grammar fixes #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Assets/javacalc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:-
<p align="center">
<img src="Assets/javacalc.gif" alt="app"/> <br>
</p>

### learn the base to get the rest ;-) ...
### Learn the basics to get the rest ;-) ...

### You like it ?
- Don't forget to Start and Watch the repo
### Do you like it?
- Don't forget to Star and Watch the repo.

## Contributing
Feel free to contribute .. :D
Expand All @@ -29,4 +33,4 @@ Feel free to contribute .. :D

## Requests, Improvements, Issues

If you found a mistake, or want improvemenents are needed feel free to submit [**a new issue**](https://github.com/siddhartthecoder/Calculator-using-Java-Swing/issues).
If you found a mistake, or want improvemenents that are needed feel free to submit [**a new issue**](https://github.com/siddhartthecoder/Calculator-using-Java-Swing/issues).