IntelliJ Java IDE
The moose likes Applets and the fly likes Image Animation... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Image Animation..." Watch "Image Animation..." New topic
Author

Image Animation...

sachin upatil
Greenhorn

Joined: May 17, 2010
Posts: 29
Hello ,

Doing a animation. Want to show image as it print pixel by pixel.
i write a following code into paint method.

Problem is it not showing image pixel by pixel. But it showing complete image after finishing for loop.

How i can do this ? want to printImage pixel by pixel
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 3221

To get better help sooner, post a SSCCE (Short, Self Contained, Compilable and Executable) example that demonstrates the problem. And use consistent indentation. Code that goes all over the place is difficult to read.

luck, db
There are no new questions, but there may be new answers.
 
IntelliJ Java IDE
 
subject: Image Animation...
 
Threads others viewed
Number of colors in an Image
Logical operation on Image
Color transparancy?
Getting Pixel from int values (red green blue)
How do i find out what color a certain pixel is?
developer file tools