| Glazed Lists can be used to populate SWT widgets.
 Required FilesAll files can be downloaded from the Eclipse
website.
 
  swt.jar, the appropriate version for your platformjface.jar, from the Eclipse SDK at plugins/org.eclipse.jface_x.y.z/jface.jarruntime.jar, from the Eclipse SDK at plugins/org.eclipse.core.runtime_x.y.z/runtime.jarSWT native libraries, which will be of type .dll on Windows, .jnilibon Mac, or.soon Linux. Compiling Glazed Lists with SWT support
  Set your CLASSPATHenvironment variable to include required.jarfiles.Use the Ant target ant swt jarto create aglazedlists.jarfile with SWT support. SWT Issues BrowswerRun Java with the the class ca.odell.glazedlists.demo.issuebrowser.swt.IssuesBrowser.
You'll need glazedlists.jar and all SWT resources on your classpath.  
 |