Re: AW: GUI application example

2004-03-15 Thread Stephen McConnell
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

Re: AW: GUI application example

2004-03-15 Thread Niclas Hedhman
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 > >

AW: GUI application example

2004-03-15 Thread Daniel Frey
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