/**
* Creates the actual text component
*/
public void create() {
textArea = new CFJTextArea(this.getFactory().getClientResource(), getDataModel().getFieldName());
textArea.setMinimumSize(new Dimension(10, 50));
JScrollPane scroll = new JScrollPane(textArea);
scroll.setMinimumSize(new Dimension(10, 50));