Skip to main content

My First Java GUI Calculator

 Yay! Finally I had a taste of GUI in Java, but actually I used JFrame Form.


It can perfom basic arithmetic, modulo, power of 2, square root, decimal to binary, changing of sign and includes the C, CE and Backspace buttons. I really enjoy making interactive applications like this one, and the Actionscript 3.0 game I've posted before. The challenging part is taking note of every possible input and making your application handle it (but honestly it helps improve my logic skill).

Comments