Search:

Type: Posts; User: eagle09

Search: Search took 0.14 seconds.

  1. Re: Cannot find where extra brace is at causing my errors

    each time i take one out that i think is mismatched it compounds the errors. Any willing to look at code to see if they can find the mismatched or extra brace? So i can clear my one error left?
  2. Re: Cannot find where extra brace is at causing my errors

    You have been AWESOME in your assistance..down to one error. it is a "reached end of file without parsing" error. have added and taken away braces at end..does not help. Currently have two "}"...
  3. Re: Cannot find where extra brace is at causing my errors

    fixed almost all my errors now just getting <identifier> expected error on the third and last lines from the lines of code posted



    [code]// Add the methods that will be called when these...
  4. Re: Cannot find where extra brace is at causing my errors

    No..however when i add one to different lines i get errors like crazy..which line does it need to be on?
  5. Re: Cannot find where extra brace is at causing my errors

    someone else said my public static main was not closed,but when I tried to close by adding brace more errors occurred..am i missing brace here?


    #public static void main(String[] args) {
    //...
  6. Cannot find where extra brace is at causing my errors

    The following code i am having trouble with because of multiple errors saying class interface or enum expected. i was told it is extra or mismatched brace but cannot locate it any to help? Sorry if...
  7. Replies
    12
    Views
    2,073

    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...
  8. Replies
    12
    Views
    2,073

    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...
  9. Replies
    12
    Views
    2,073

    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
  10. Replies
    1
    Views
    1,113

    Is this correct.Am I close? Help please

    Current problem only includes addition function. 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...
  11. Replies
    12
    Views
    2,073

    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;...
  12. Replies
    12
    Views
    2,073

    Re: Problem understanding Java code modification

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

    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?
  14. Replies
    12
    Views
    2,073

    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 14 of 14