<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="ClipScreen"
RESIZE="true" width="640" height="480" label="ClipScreen">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="ClipScreen" label="ClipScreen">
<RowLayout name="groupRowLayout"></RowLayout>
<Button name="clipButton" text="Clip The Screen">
<Listeners>
<Listener>
<ClipScreen descriptors="xworker.swt.actions.UtilActions/@ClipScreen">
</ClipScreen>
</Listener>
</Listeners>
</Button>
</Group>
</Shell>