"John McGrath" wrote...
> "John McGrath" wrote...
>
[quoted text clipped - 3 lines]
> not sure why you think the info I provided was lacking, what part did
> you not understand ;o)
> > .add( myCheckBox )
> > .validate( )
What is this myCheckBox? Is it an AWT Checkbox, a swing JCheckbox, or
perhaps something else? What is myCheckbox being added to and what is
being validated?
> > Combo still empty
What combo? Nobody mentioned a combo before? Why should it not be empty?
What were you expecting it to contain?
> > .addItem( myCheckBox )
> > .validate( )
> > Combo contains text ala "javax.swing.JCheckBox[......."
Again, what is this adding to and validating?
I was able to figure out what you were trying to do, but it probably took
me 3 or 4 times as long as it would have had you provided a reasonable
description of the problem. I had plenty of time, and I was avoiding
doing something else that I did not want to do, so I took the extra time.
Under other circumstances, I would have probably ignored the message.

Signature
Regards,
John McGrath
Birkemose - 19 Mar 2005 13:40 GMT
<snip>
> I was able to figure out what you were trying to do, but it probably took
> me 3 or 4 times as long as it would have had you provided a reasonable
> description of the problem. I had plenty of time, and I was avoiding
> doing something else that I did not want to do, so I took the extra time.
> Under other circumstances, I would have probably ignored the message.
Hmmm... point taken..... maybe I should get out more ;)