Daniel Frey wrote:
Stephen wrote:
Niclas Hedhman wrote:
On Monday 15 March 2004 16:23, Daniel Frey wrote:
Thanks Alex for the example. Nice code! I see there that the main frame
is generated within the execute method, an approach that I was taking,
but was not sure about.
Since I know my own a
On Monday 15 March 2004 17:15, Daniel Frey wrote:
> I think in the execute/start method the main frame is build and shown. But
> I think a separation of roles would be good in terms of being responsible
> for
>
> - an initial setup, coordination of managers and start of the whole
> application
>
>
Stephen wrote:
>
> Niclas Hedhman wrote:
>> On Monday 15 March 2004 16:23, Daniel Frey wrote:
>>
>>> Thanks Alex for the example. Nice code! I see there that the main frame
>>> is generated within the execute method, an approach that I was taking,
>>> but was not sure about.
>>
>> Since I know my