tree: a5099b73f416e56e242c40a20f6e486fd1407493 [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 X
  • .classpath_gtk - Linux and all Unix variants

To see these files, you may have to remove the filter for “.* resources”:

  • In the Project Explorer: view menu > Customize View... > Filters
  • In the Package Explorer: view menu > Filters...