_editField.setBorder(BorderFactory.createRoundedBorder(new XYEdges(4,
4, 4, 4), 0xc6c6c6, Border.STYLE_SOLID));
fieldSetTwo.add(new LabelField("Input: "));
fieldSetTwo.add(_editField);
fieldSetTwo
.add(new RichTextField(
"This is the OptionsProviderDemo implemented using the FieldSet class"));
fieldSetTwo.setMargin(2, 5, 5, 5);
fieldSetTwo.setBackground(BackgroundFactory
.createSolidBackground(0x00FFFFFF));