The following shows the XML file so far:
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE Desktop SYSTEM "desktop.dtd"> <Desktop width="977" height="630" initializerClass="labs.CBTFInitializer" initializerMethod="initEnv" title="Sample Desktop"> <ScenarioArea> </ScenarioArea> <CustomizableArea name="CA1" width="297" > </CustomizableArea> <CustomizableArea name="CA2" width="80" > </CustomizableArea> <CustomizableArea name="CA3" width="247" height="457" > </CustomizableArea> <WorkingArea iconName="/images/background.gif" defaultIcon="/images/logo.gif" /> <CustomizableArea name="CA4" width="489" height="30" > </CustomizableArea> <TaskArea maxNumberOfTasks="6" /> <TaskInfo taskName="TX01" shortDescription="Withdrawal" longDescription="Withdrawal Operation" code="WITH" /> </Desktop>