Search:

Type: Posts; User: ivan8

Search: Search took 0.20 seconds.

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

    This is the console when I executed my applet.

    Java Plug-in 1.6.0_29
    Using JRE version 1.6.0_29-b11-402-11M3527 Java HotSpot(TM) 64-Bit Server VM
    User home directory = /Users/ivanchan
    ...
  2. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    When I press the "Swap button", It is still nothing happened.
    It should swap two images randomly.
    882

    The "Shuffle Button" and "Reset Button" are working.

    "Shuffle Button"
    883

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

    YES, i did.
    When i press the "Swap button", It is still nothing happened.
    It should swap two images randomly.
  4. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    I used the equals() method already, but it still doesn't work.
    I think the code of "Swap button" is wrong.


    //**********************Swap Images Pressed**********************//
    else if...
  5. Re: How can I create a jigsaw puzzle with Array multi-dimensional?

    Java script
    Yes, i know. Only the swap button doesn't work.
    My shuffle button and reset button are working.

    else if (buttonPressed=="Swap Images")
    This is original code which is given by my...
  6. How can I create a jigsaw puzzle with Array multi-dimensional?

    Hello everyone, I am a beginner in Java
    Basically, I am working on my programming assignment and it needs me to create a jigsaw puzzle.(Not for play)

    Here is the requirement.
    878

    I have to...
Results 1 to 6 of 6