Force Swing componets to repaint

۳ ۱۰ ۱۳۸۶

If n times repaint() method callings don’t refresh your your frame, use this one to force your Swing components to repaint!

Graphics g = getGraphics();
if (g != null) paintComponents(g);
else repaint();

Related thread on sun forum :
http://forum.java.sun.com/thread.jspa?threadID=497595

Related Posts


Actions

مشخصه ها

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>