Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Where is the output from the println I asked you in post #2 to put in the actionPerformed method?

    After you add that println, execute the code and press all three buttons. You should get one line...
  2. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Two out of three buttons work for you. What is different between the two that work and the one that does NOT work?
    Try swapping the code that is executed for one of the buttons that works with the...
  3. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Here's a sample of the console from when I use AppletViewer with an applet that uses println to output debugging data:
  4. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Another way to get the console output is to use the appletviewer to execute the applet. It has a console that you can copy the output from.

    Here is what is copied into the system clipboard:
    ...
  5. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Where is the output from the println asked for here:
    To make sure about that add a println statement to the listener method and print out the value of the ActionEvent object: e.
    Press all three...
  6. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Please read this again:
    What was printed out when you executed the code after you added the println?

    Please post the print outs that you get from the printlns. There is valuable information in...
  7. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    As I asked in posts #2, #4 and #6
    What was printed out when you executed the code after you added the println?

    Please post the print outs that you get from the printlns. There is valuable...
  8. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Did you add the println statement as I suggested in posts #2 and #4?
    What was printed out when you executed the code after you added the println?
  9. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Did you add the println statement as I suggested?
    What was printed out when you executed the code after you added the println?


    if(buttonPressed=="Swap Images")
    That is the wrong way to...
  10. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    To make sure about that add a println statement to the listener method and print out the ActionEvent object: e.
    When you press the button, you can see if it prints anything.

    You should use the...
Results 1 to 10 of 10