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
tommens opened this issue Dec 28, 2023 · 0 comments
Open

[FEATURE] Java-based GUI for calculator #6

tommens opened this issue Dec 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tommens
Copy link
Collaborator

tommens commented Dec 28, 2023

Describe the new functionality you would like to see
In the current implementation, arithmetic expressions need to be build manually, from scratch. 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.

Additional context
To create the GUI, select and motivate the most appropriate framework for doing so. Many Java GUI frameworks are available: Oracle JavaFX (successor of Swing), Oracle Swing (successor and extension of AWT), Apache Pivot (open source framework), Eclipse SWT (also open source), ...

@tommens tommens added the enhancement New feature or request label Dec 28, 2023
@tommens tommens changed the title [FEATURE] GUI for calculator [FEATURE] Java-based GUI for calculator Jan 1, 2024
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