Re: [Jelly] bug's in gridBagDemo.jelly

2002-11-12 Thread James Strachan
Hi Mark From: Mark Dimon [EMAIL PROTECTED] Hi , The way combo's are set up in gridBagDemo does not apear to work , a cut down example: j:jelly xmlns:j=jelly:core xmlns=jelly:swing frame title=Combo Test var=frame size=400,200 panel comboBox name=c var=c

[Jelly] bug's in gridBagDemo.jelly

2002-11-11 Thread Mark Dimon
Hi , The way combo's are set up in gridBagDemo does not apear to work , a cut down example: j:jelly xmlns:j=jelly:core xmlns=jelly:swing frame title=Combo Test var=frame size=400,200 panel comboBox name=c var=c ${c.addItem(this is combo 1)}