Re: AW: AW: Multiple constructor ambiguity

2004-03-25 Thread Stephen McConnell
Daniel Frey wrote: It works perfectly! Ok, I went through the tutorial. Pretty simple and understandable. Some points are not clear. I.e. has the entry-key attribute [] given in the block.xml to be the same as in the javadoc tag [EMAIL PROTECTED] key="cruncher" type="tutorial.NumberCruncher"]? Yes

AW: AW: Multiple constructor ambiguity

2004-03-24 Thread Daniel Frey
Stephen wrote: > Daniel Frey wrote: > >> Stephen wrote: >> >> >>> Daniel Frey wrote: >>> >>> Stephen wrote: > Daniel Frey wrote: > > > >> Timothy, >> >> After a regexp search through my *.java files I find that I've got >> exactly on compo

AW: Multiple constructor ambiguity

2004-03-24 Thread Daniel Frey
Stephen wrote: > Daniel Frey wrote: > >> Hi there, >> >> Sorry for my stupid questions: I don't have yet the feeling to know >> where errors come from. But may be you do. >> >> If the error would indicate *which* component merlin is about to >> instanciate, it would already help a lot. I am not

Re: AW: Multiple constructor ambiguity

2004-03-24 Thread Stephen McConnell
Daniel Frey wrote: Stephen wrote: Daniel Frey wrote: Stephen wrote: Daniel Frey wrote: Timothy, After a regexp search through my *.java files I find that I've got exactly on component with two constructors. AnimationQueue has one parameter-less and one parameter-ful constructor: public

AW: Multiple constructor ambiguity

2004-03-24 Thread Daniel Frey
Stephen wrote: > Daniel Frey wrote: > >> Stephen wrote: >> >>> Daniel Frey wrote: >>> >>> Timothy, After a regexp search through my *.java files I find that I've got exactly on component with two constructors. AnimationQueue has one parameter-less and one parameter-ful con

Re: AW: Multiple constructor ambiguity

2004-03-23 Thread Timothy Bennett
Daniel Frey wrote: After a regexp search through my *.java files I find that I've got exactly on component with two constructors. AnimationQueue has one parameter-less and one parameter-ful constructor: public AnimationQueue() public AnimationQueue(Image backgroundImage) However, this is no

Re: AW: Multiple constructor ambiguity

2004-03-23 Thread Stephen McConnell
Daniel Frey wrote: Timothy, After a regexp search through my *.java files I find that I've got exactly on component with two constructors. AnimationQueue has one parameter-less and one parameter-ful constructor: public AnimationQueue() public AnimationQueue(Image backgroundImage) However,

AW: Multiple constructor ambiguity

2004-03-23 Thread Daniel Frey
Timothy, After a regexp search through my *.java files I find that I've got exactly on component with two constructors. AnimationQueue has one parameter-less and one parameter-ful constructor: public AnimationQueue() public AnimationQueue(Image backgroundImage) However, this is not a com