Skip to content
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

[FEATURE] Java-based GUI for calculator #6

Open
2 tasks
tommens opened this issue Dec 29, 2024 · 0 comments
Open
2 tasks

[FEATURE] Java-based GUI for calculator #6

tommens opened this issue Dec 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tommens
Copy link
Collaborator

tommens commented Dec 29, 2024

Describe the new functionality you would like to see

A real calculator has a graphical user interface (GUI) through which you can enter expressions by pressing the buttons of your calculator, and getting the result of evaluating your expression that will be shown on the calculator's display screen.

Is your feature request related to a specific need or problem?
In the current implementation, arithmetic expressions need to be build manually, from scratch.

Additional context

  • This GUI, should be preferably be implemented using the Oracle JavaFX framework (successor of Swing).
  • The GUI should also have a built-in help function for explaining the provided functionalities.

Illustration
Here is an example of a GUI for a basic calculator supporting only the elementary arithmetic operations. This basic GUI should be extended to support other more advanced operations, as requested for example in features #15 and #16.

basic

@tommens tommens added the enhancement New feature or request label Dec 29, 2024
@tommens tommens mentioned this issue Dec 30, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant