<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="ImageCanvas"
RESIZE="true" width="640" height="480" label="ImageCanvas">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="ImageCanvas" label="ImageCanvas">
<Resource name="resources">
<Image name="image" descriptors="xworker.swt.Widgets/@Image"
imageFile="images/logo.png"></Image>
</Resource>
<RowLayout name="groupRowLayout"></RowLayout>
<ImageCanvas name="imageCanvas" image="image">
<RowData width="200" height="200"></RowData>
</ImageCanvas>
</Group>
</Shell>