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 ? Thank you in advance for your responses, My Best Regards, Ghania

