Alex Back <[EMAIL PROTECTED]> writes:
> Hi Derrell,
>
>> In my application, which used all three of initialize(), main() and
>> finalize(), I tried calling this.initialize() at the beginning of main(),
>> and
>> this.finalize() at the end of main(), but the application no longer
>> displays.
> I'
Hi Derrell,
> In my application, which used all three of initialize(), main() and
> finalize(), I tried calling this.initialize() at the beginning of main(),
> and
> this.finalize() at the end of main(), but the application no longer
> displays.
I've just tested this with the showcase application
Recently, the application superclass changed from
qx.component.AbstractApplication to qx.application.Gui. With that change, the
methods initialize() and finalize() are no longer called, only main(). In my
application, which used all three of initialize(), main() and finalize(), I
tried calling th