Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Bill Howell   on Jun 08 In Java Category.

  
Question Answered By: Jared Adams   on Jun 08

Try overriding the update function  of Applet:

public void update(Graphics g) {
paint(g);
}

Usually update first clears the display area and then calls paint().

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on can anybody help in Flickering prob in Applet Or get search suggestion and latest updates.


Tagged: