Hello
I build an application that use JFrame class that include a panel, that
include an image.
I want create a simple animation changed the image in the panel.
Working with JFrame, I have see the window is visible only after the
command.
setVisible(true);
The segment code below isn't execute while an event happens
How can I create my little animatin with a JFrame class ?
Can you indicate some example ?
Thanks
Cricca
John McGrath - 24 Feb 2005 20:19 GMT
> The segment code below isn't execute while an event happens
Below?

Signature
Regards,
John McGrath