Re: [cp-patches] FYI: Swing demo optimization

2006-01-30 Thread David Gilbert
This patch is not quite right, it causes an additional 'Close' button to appear on the Swing activity board - this is only supposed to appear when the individual demos are run independently. I'll fix this now... Regards, Dave Roman Kennke wrote: Obviously we had a problem with our Swing

[cp-patches] FYI: Swing demo optimization

2006-01-27 Thread Roman Kennke
Obviously we had a problem with our Swing demo. At startup all the demos createContent() methods were called twice, once when the constructor was executed and then again by the Demo itself. So we built nearly the whole GUI twice. This is corrected by this patch. Should greatly increase the startup