Comment #23 on issue 163 by [email protected]: PSwing doesn't draw dynamic JComponent properly
http://code.google.com/p/piccolo2d/issues/detail?id=163
component.revalidate calls PSwingRepaintManager.addInvalidComponent, which calls PSwing.updateBounds. So calls to revalidate will result in calls to updateBounds. In PSwing r930, there are 3 calls to updateBounds in listeners (lines 325,523,527). If I replace those calls with component.revalidate, things seem to work correctly, but the PSwing's components visibly changes its layout (looks jerky) when it's
repainted. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
