<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="HtmlEditor"
RESIZE="true" width="640" height="480" label="HtmlEditor">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="HtmlEditor" label="HtmlEditor">
<FillLayout name="groupFillLayout"></FillLayout>
<HtmlEditor name="htmlEditor" code="<H1>Hello World</H1>"></HtmlEditor>
</Group>
</Shell>