Search:

Type: Posts; User: GregBrannon

Search: Search took 0.13 seconds.

  1. Re: how do I add Action Listener to my code to make the calculator work

    Topic continues in this thread.
  2. Re: how do I add Action Listener to my code to make the calculator work

    @alex1994: Please don't open duplicate threads. Threads merged.
  3. Re: how do I add Action Listener to my code to make the calculator work

    Ahhhh. Thank you. (and Norm for making it clear)

    Breaking out your number button code:
    int num;
    for (int iRow = 3; iRow>0; iRow--)
    {
    for (int iCol...
  4. Re: how do I add Action Listener to my code to make the calculator work

    What don't you understand about the instructions (and his note) that Norm gave in Post #8?
  5. Re: how do I add Action Listener to my code to make the calculator work

    See the top of Post #2 or the bottom of Post #8.
  6. Re: how do I add Action Listener to my code to make the calculator work

    Please post your code correctly.
  7. Re: how do I add Action Listener to my code to make the calculator work

    I don't see your number buttons, but if you have them, then you'd add an ActionListener to each button, perhaps the same ActionListener. For example, if you had a "5" button with a better name, like...
  8. Re: how do I add Action Listener to my code to make the calculator work

    Post your code correctly. Give your variables better names. Don't shout. Describe exactly what you don't understand.

    We can't do a Vulcan mind meld and infuse you with total Java consciousness....
Results 1 to 8 of 8