Search:

Type: Posts; User: ikocijan

Search: Search took 0.09 seconds.

  1. Thread: Calculator

    by ikocijan
    Replies
    2
    Views
    1,195

    [SOLVED] Re: Calculator

    THANK YOU,VERY MUCH!! :D that really helped.


    (mathOperator.equals("-"))

    this line is what was bothering me and now I know how to check if string is equal to something. :cool:
  2. Thread: Calculator

    by ikocijan
    Replies
    2
    Views
    1,195

    [SOLVED] Calculator

    Hello,
    can someone help me with this code (it is a calculator with ActionListener):



    else if (src == referenca.buttonPlus)//when someone press button +
    {
    ...
Results 1 to 2 of 2