tree: bd33a8ecd3f0218b15c0a5065b6ca1941808692f [path history] [tgz]
  1. .settings/
  2. META-INF/
  3. src/
  4. .classpath_cocoa
  5. .classpath_gtk
  6. .classpath_win32
  7. .gitignore
  8. .project
  9. about.html
  10. build.properties
  11. plugin.properties
  12. Readme.md
examples/org.eclipse.swt.snippets/Readme.md

org.eclipse.swt.snippets

Small examples for the usage of SWT.

Setting the classpath:

To compile this project you need to set the classpath specific for your operating and windowing system. For this, rename one of the following files to .classpath.

  • .classpath_win32 - Windows
  • .classpath_cocoa - Mac OS
  • .classpath_gtk - Linux and all Unix variants

To see these files you may have to remove the filter for .file in the Project Explorer. Use the view menu and Custimize View entry for this.