Search:

Type: Posts; User: zigma

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    3,134

    Re: Need help building a simple calculator

    I just improved my code, new code posted below


    import java.awt.BorderLayout;
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import...
  2. Replies
    4
    Views
    3,134

    Re: Need help building a simple calculator

    lol, ok I see what i was doing wrong. sometimes a good night rest and a new look can solve many problems.

    here is my new working code,
    feel free to try it and use it



    import...
  3. Replies
    4
    Views
    3,134

    Re: Need help building a simple calculator

    errors are fixed, but I am having problems register my buttons to post to the tf text field when you click on them.
  4. Replies
    4
    Views
    3,134

    Need help building a simple calculator

    I am trying to get the number keys right now to post there number in the tf text field.
    Right now I am getting a few errors and noting happens when you click one the buttons.

    here my code

    ...
Results 1 to 4 of 4