EVALUATION
Name: rpR10076 Date: 04/02/2004
We might want to find out why the system sends us so many resize events.
The problem doesn't look critical for tiger, though.
###@###.###
======================================================================
Name: dmR10075 Date: 04/02/2004
One of the events is generated right in Component.java, it is necessary
to handle lightweight components. But for heavyweight peers it is
probably not necessary since native systems generates events by itself.
Since we do postEvent, we can probably change this code to generate events
for lightweight components, and don't generate for heavyweight assuming
native system will generate them later.
###@###.### 2004-04-02
======================================================================
Might be considered performance related, since each COMPONENT_RESIZED event on toplevel causes validate()
###@###.### 2005-05-26 11:40:52 GMT
|