disclosurePanel.setWidth( "100%" );
return disclosurePanel;
}
private DecoratedTextArea getTextArea() {
DecoratedTextArea text = new DecoratedTextArea();
text.setWidth( "95%" );
text.setVisibleLines( 5 );
text.setTitle( constants.RuleDocHint() );
return text;
}