Date Posted: March 1, 2007
Tab navigation
1. Is the Standard Widget Graphics compatible with the Standard Widget Toolkit?
Yes; the SWG is built upon the SWT and is entirely backwards compatible with it.
2. Can I install and use the Standard Widget Graphics in Eclipse?
Yes; we provide an archive as one of the packages that can be downloaded. This archive can be installed into Eclipse, on the platforms supported by SWG, using the "Archived site" installation option. Because SWG uses SWT as its basis, the SWT functionality Eclipse needs will be obtained from this package.
3. Why does SWG not support as many platforms as SWT?
SWG is an exploratory research project. In order to provide graphic controls, some modifications are required to some of the platform-dependent code in SWT. These modifications have been done to the Windows and Linux versions, as well as to the Nokia Series 80 embedded version as a selected set of platforms for "proof of concept." The design point of SWG is for platform independence and therefore requires only these necessary modifications to be implemented on other platforms in order for SWG to work.
4. Can I develop stand-alone applications as I can with SWT?
Yes; the SWG adds new graphic and animation capability to SWT and does not introduce any new external dependencies.
