This Simple Calculator application was built by using Java's Abstract Window Toolkit (AWT). This application will utilize various GUI components (Frames, Panel, Layout, Buttons, Text Field, and Menus) provided by AWT to create an interactive and user-friendly interface. The Calculator will be capable of performing basic arithmetic operations such as addition, subtraction, multiplication, and division. Additionally, percentage, square, square Root and backspace operations were added to this Calculator.
The Calculator application will implement event handling to respond to user actions. As an event handler this application uses ActionListener & Action Performed.
- ActionListener: To listen for and respond to button clicks.
- Action Performed: To define the actions to be taken when specific buttons are pressed.
- java project by @cusaldmsr in #1
- Test branch awt by @cusaldmsr in #2
- update by @cusaldmsr in #3
- Merge pull request #3 from cusaldmsr/master by @cusaldmsr in #4
- @cusaldmsr made their first contribution in #1
Full Changelog: https://github.com/cusaldmsr/AWTCalculator/commits/v1.0.0
Cusaldmsr |
Cusaldmzr |