Tja, wir sind nicht da draufgekommen.Leroy42 hat gesagt.:Was redet ihr denn da?..
Oleg Sukhodolsky hat gesagt.:This is not a bug. Such behavior was introduced to compensate for some performance problems we had in the past.
Every resize event for a top level causes relayouting. This operation could be very expensive.
The good news for you is that this is controllable behavior -- you can either use the Toolkit.setDynamicLayout() method
or set the awt.dynamicLayoutSupported Java system property to true.