Request for Review: 7170655 frame size change does not follow label font change (original) (raw)

Jonathan Lu luchsh at linux.vnet.ibm.com
Tue May 22 00:47:14 PDT 2012


Hi awt-dev,

Here's a patch for bug 7170655, could anybody please help to take a look? http://cr.openjdk.java.net/~luchsh/7170655/

The problem is that painting event from EDT during painting handling does not get processed immediately, so leave a lag to the user. My solution here is to coalesce and dispatch the new paint event right after it was posted. This happens only to AWT components.

Thanks! -Jonathan



More information about the awt-dev mailing list