On 12/11/2009, Ghania Ferrag <[email protected]> wrote: > Hi Every one, > > I created new sampler using the new TestBean framework and in the > ComponentNameBeanInfo.java file where I created groupings for my component > properties. I did specified a Custom property which is a TextArea using this > statement : > p.setPropertyEditorClass(TextAreaEditor.class); > > My Question is how can I set or Customize the size of the Text Area so that > it'll appear exactly where I want in the Panel or GUI of my new Sampler ? is > this something feasible ?
Sorry, no idea. I suspect you would have to create your own PropertyEditor Class. > Thank you in advance for your responses, > > My Best Regards, > > Ghania > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

