woo hoo!
Thanks, Steve - I'm looking forward to reading them when I next take a
breather from my server work.
On Thu, 2004-04-08 at 17:50, Stephen McConnell wrote:
> Scott Brickner wrote:
> > Nah. Read that. It doesn't begin to describe the contract between the
> > container and the components, w
Scott Brickner wrote:
Nah. Read that. It doesn't begin to describe the contract between the
container and the components, which is what Niclas suggested that AF4
was. It barely mentions the various interfaces. The spot that would most
likely address the contract is "containment", which says "Materi
Scott Brickner wrote:
On Fri, 2004-03-19 at 19:51, Stephen McConnell wrote:
Scott Brickner wrote:
On Mon, 2004-03-15 at 05:49, Niclas Hedhman wrote:
On Monday 15 March 2004 18:36, Daniel Frey wrote:
Where do I find A4 (I don't know what it is, but seems to be important for
my understanding)
On Fri, 2004-03-19 at 19:51, Stephen McConnell wrote:
> Scott Brickner wrote:
>
> > On Mon, 2004-03-15 at 05:49, Niclas Hedhman wrote:
> >
> >>On Monday 15 March 2004 18:36, Daniel Frey wrote:
> >>
> >>
> >>>Where do I find A4 (I don't know what it is, but seems to be important for
> >>>my unders
Scott Brickner wrote:
On Mon, 2004-03-15 at 05:49, Niclas Hedhman wrote:
On Monday 15 March 2004 18:36, Daniel Frey wrote:
Where do I find A4 (I don't know what it is, but seems to be important for
my understanding)?
This is Avalon slang for: Avalon Framework version 4.x
Sometimes also called
On Mon, 2004-03-15 at 05:49, Niclas Hedhman wrote:
> On Monday 15 March 2004 18:36, Daniel Frey wrote:
>
> > Where do I find A4 (I don't know what it is, but seems to be important for
> > my understanding)?
>
> This is Avalon slang for: Avalon Framework version 4.x
>
> Sometimes also called AF4
> > So what I would do is, create the view in initalize(), but delay the
> > .setVisible( true ) to the start() method.
>
Yes this is the alternative scenario to using execute() that I was thinking
Niclas was trying to expound. It should do the same as execute(). Funny I
think the reason why ex
That would do as well.
> -Original Message-
> From: Niclas Hedhman [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 15, 2004 3:39 AM
> To: Avalon framework users
> Subject: Re: GUI application example
>
> On Monday 15 March 2004 16:23, Daniel Frey wrote:
> >
On Monday 15 March 2004 18:36, Daniel Frey wrote:
> Where do I find A4 (I don't know what it is, but seems to be important for
> my understanding)?
This is Avalon slang for: Avalon Framework version 4.x
Sometimes also called AF4.
:o)
Niclas
--
+-//---+
| http://www.
Stephen wrote:
> Daniel Frey wrote:
>> Niclas wrote:
>>> On Monday 15 March 2004 16:51, Stephen McConnell 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 generat
Daniel Frey wrote:
Niclas wrote:
On Monday 15 March 2004 16:51, Stephen McConnell 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
Niclas wrote:
> 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
>>
>> - a
Stephen wrote:
> 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
Niclas wrote:
> On Monday 15 March 2004 16:51, Stephen McConnell 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 tak
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
>
>
On Monday 15 March 2004 16:51, Stephen McConnell 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
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
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 agenda, I recommend that you use the
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 agenda, I recommend that you use the Startable interfac
241 6446
-Ursprüngliche Nachricht-
Von: Alex Karasulu [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 15. März 2004 03:41
An: 'Avalon framework users'
Betreff: RE: GUI application example
> Does somebody have a GUI (Swing or AWT) desktop applica
> Does somebody have a GUI (Swing or AWT) desktop application based on
> Merlin
> available? It needs not to be perfect, just to show how that would be
> done.
Here's the code for the main piece but there are other Avalon components it
uses that sit in peer directories like navtree and ocmm - the
Hi there,
Does somebody have a GUI (Swing or AWT) desktop application based on Merlin
available? It needs not to be perfect, just to show how that would be done.
I don't want to reinvent the wheel.
Thanks,
Daniel Frey
-
To unsu
23 matches
Mail list logo