Monday, April 13, 2015

Creating a Calculator with Java

Today we are going to add more functionality to our User Interface by making our buttons work. In my last article on Java we learnt how to add buttons but today we will add Action Listeners to make them work. To do this, We will be writing a Java Application that adds, divides and multiplies. Just a small calculator, nothing special.


No comments:

Post a Comment