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
- Previous message: Request for review: 7071248 : IME composition window does not disappear when file dialog is closed
- Next message: Request for Review: 7170655 frame size change does not follow label font change
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Request for review: 7071248 : IME composition window does not disappear when file dialog is closed
- Next message: Request for Review: 7170655 frame size change does not follow label font change
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]