Search:

Type: Posts; User: eagle09

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    2,084

    Re: Problem understanding Java code modification

    I was told problem could also be one too many closing braces above error lines( the first error message comes in line 94) where is the extra or mismatched brace..i cannot find it. if I can i think...
  2. Replies
    12
    Views
    2,084

    Re: Problem understanding Java code modification

    Instead of copying and pasting the similar sections. Should i just re type them? Also section that began with // called when a '-' sign is pressed.. is that correct or close? Confused on how to...
  3. Replies
    12
    Views
    2,084

    Re: Problem understanding Java code modification

    class, interface, or enum expected
    ActionListener subtractionSignListener = new SubtractionSignListener();

    Getting the above mentioned errors on numerous lines,program won't compile
  4. Replies
    12
    Views
    2,084

    Re: Problem understanding Java code modification

    Here is what i did..is this correct for my problem where I need to modify it to include buttons and calculation for multiplication,division and subtraction.?


    import java.awt.event.ActionEvent;...
  5. Replies
    12
    Views
    2,084

    Re: Problem understanding Java code modification

    How would you add next section to ensure it is in proper place? after what line?
  6. Replies
    12
    Views
    2,084

    Re: Problem understanding Java code modification

    So just take the information within the aditon section of the code and add it after the addition section just chnaging the adition portions to the appropriate operations?
  7. Replies
    12
    Views
    2,084

    Problem understanding Java code modification

    The following is a problem that just does addition. I need to modify it to include buttons and calculation for multiplication,division and subtraction. Regarding the section that shows the addition...
Results 1 to 7 of 7