Search:

Type: Posts; User: Norm

Search: Search took 0.23 seconds.

  1. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    What happens when you execute the code an click on the button?
    Add printlns to each listener and see when/if they are called.
  2. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    Why are you having the two listeners on a button?
  3. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    Please post the full text of the error message.
  4. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    Can you use the javac compiler program to compile your program? The IDE's output does not show the source lines where the errors are.
    Here is a sample of the output from the javac program:

    ...
  5. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    Where is the full text of the error messages?



    You can not nest method definitions within other method definitions.
  6. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    Please post the full text of the error messages.
    If the compiler says there is an error, I believe the compiler. I need to see the full text of what the compiler is saying.
    I can not tell how the...
  7. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    You must override ALL methods in an interface that you implement.


    What variables? Are they defined and are their definitions in scope for where you are trying to use them.
  8. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    What was not recognized?

    Make sure all variables are in scope.
  9. Thread: Compress my Code!

    by Norm
    Replies
    23
    Views
    2,865

    Re: Compress my Code!

    Can you explain what your problem is? The last posted code looks like it does what you are asking about.
Results 1 to 9 of 9