+ 1
How can I make the rest in a calculator for Java?
I tried to make like the windows calculator (with buttons) but at the time i was doing the program, i get trouble with
1 Answer
0
For a simple program like a calculator, first build the logic and build the user interface later.
Build the user interface with javaFX (harder but better) or Swing.