Close
jGuru Forums
Posted By: kwan_kwan Posted On: Monday, March 31, 2003 09:24 PM
I am going to create a calculator using javabean.I need to create 2 javabeans. One is for the implementation of the buttons called Button.java. Another one is for the display the result called Display.java. My question is after I "click" the button on the calculator(e.g. 5). How I can pass the number(5) to the textfield in Display.java? Please advice!
Re: A javaBean question-- how to display the number on the button in the calculator?
Posted By: ed1tor_ed1tor Posted On: Thursday, April 3, 2003 09:31 AM