posted 18 years ago
Hello I've created some code to do the following:
1)It creates a frame and a panel.
2)A background image is added to the panel.
3)The panel is then added to the frame.
4)Then a image ( a jpg) moves from one point to
another on the panel. It move in a continuous motion from one point to another.
Ok the code below does the above. It should be noted that the code belows works perfectly. Examine to code and then I'll tell you what I trie dto extend the code to do and the problem I encounterd.
Ok note that was soon as the program is executed the small image ( VAN.jpg) starts to move in a smoothe motion (using the for loop) from one point to another.
However I do not want it to start right away. Instead I want to add a button to another frame and only when that button is pressed only then does the VAN.jpg image starts to move..only when that button is pressed. The code below is what I did to try to implement this. However when I ran the code below and the button was pressed the VAN.jpg picture moved to its final position and only then was it shown. That is - the user did not see the image move continously from one point to another. All the user sees is the image in its final position after the button was pressed.
Can someone tell me what am doing wrong. Thanks a million. Here is the code.
yours respectfully<br />Avin Sinanan