SWT is a project of Eclipse, used to write desktop programs. SWT can run on multiple platforms, and can also run on web pages through RAP.
The following XML is an example of a SWT model, you can click here to run the model, run A window opens with a browser displaying the XWorker home page.
<?xml version="1.0" encoding="utf-8"?> <Shell name="shell" text="Hello World!" descriptors="xworker.swt.widgets.Shell" width="800" height="600"> <FillLayout name="FillLayout"></FillLayout> <Browser name="Browser" url="https://www.xworker.org"></Browser> </Shell>
Copyright © 2007-2019 XWorker.org 版权所有 沪ICP备08000575号