Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Counter behaving oddly, skipping large blocks of code& error message

    Strip it, compile it, test it. Then post it.
  2. Re: Counter behaving oddly, skipping large blocks of code& error message

    That doesn't look like it will compile.
  3. Re: Counter behaving oddly, skipping large blocks of code& error message

    I can not compile the code as it is posted. If I can't compile the code I can not test it.

    If you want help, you need to post a SSCCE that compiles, executes and shows the problem.



    I assume...
  4. Re: Counter behaving oddly, skipping large blocks of code& error message

    The posted code does not compile without errors.
    One error is the missing }s at the end
    Another is there are many undefined packages:
    package org.jdesktop.application does not exist

    Another...
  5. Re: Counter behaving oddly, skipping large blocks of code& error message

    Post the SSCCE in the forum just like the code you posted earlier in post#10. Wrapped in code tags.
  6. Re: Counter behaving oddly, skipping large blocks of code& error message

    It makes it hard to compile, execute and test the code without a SSCCE.

    Make a SSCCE driver with hardcoded values that executes the above code that has the error. It needs to define all the...
  7. Re: Counter behaving oddly, skipping large blocks of code& error message

    There is a variable with a null value when the code at line 46 executes which causes this exception.
    Look at line 46, find the variable with the null value and then backtrack in the code to see why...
Results 1 to 7 of 7