<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="ThrowableStackTraceText"
RESIZE="true" width="640" height="480" label="ThrowableStackTraceText">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="ThrowableStackTraceText" label="ThrowableStackTraceText">
<FillLayout name="groupFillLayout"></FillLayout>
<ThrowableStackTraceText name="text"></ThrowableStackTraceText>
<Code name="setThrowable" code="text.doAction("setThrowable",
["throwable": new Exception("Test")]);"></Code>
</Group>
</Shell>