> It is missing the Image of pigreco, except for one time. If I still
> create the file, pigreco is present in another Image, non in the same.
> In the Frame pigreco is always visualized. It is a bug?

No, it is a MY bug. I insert a MediaTracker in paint of Component, and 
resolved the problem.

Thank you.

Marco

        try
         {
          MediaTracker track = new MediaTracker(this);
          track.addImage(greche[v],0);
          track.waitForID(0);
         }
        catch(InterruptedException e) {System.out.println("Error");};





-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to