| <div id="midcolumn"> |
| <h3>NatTable Examples Application</h3> |
| |
| <p> |
| The NatTable Examples Application is a good starting point to get familiar with NatTable. |
| It contains multiple examples to show the features and how to configure them. |
| </p> |
| <p> |
| <img align="middle" src="images/nattable_examples.png" border="0" alt="NatTable Examples Application"/> |
| </p> |
| <p> |
| It can be downloaded in different variants: |
| </p> |
| <p> |
| <table border="0"> |
| <tr> |
| <td align="center"><img src="images/Java.png" width="50px" height="50px" align="middle"/></td> |
| <td align="center"><img src="images/OS_Windows_8.png" width="50px" height="50px" align="middle"/></td> |
| <td align="center"><img src="images/OS_Apple.png" width="50px" height="50px" align="middle"/></td> |
| <td align="center"><img src="images/OS_Linux.png" width="50px" height="50px" align="middle"/></td> |
| </tr> |
| <tr> |
| <td align="center"> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/NatTableExamples.jar" target="_blank">JAR</a> |
| </td> |
| <td align="center"> |
| Windows<br/> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86.zip" target="_blank">x86</a><br/> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86_64.zip" target="_blank">x86_64</a> |
| </td> |
| <td align="center"> |
| Mac OS<br/> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.tar.gz" target="_blank">x86_64</a> |
| </td> |
| <td align="center"> |
| Linux GTK<br/> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86.tar.gz" target="_blank">x86</a><br/> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/nattable/releases/1.5.0/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86_64.tar.gz" target="_blank">x86_64</a> |
| </td> |
| </tr> |
| </table> |
| </p> |
| <p> |
| The JAR version is the old plain SWT version of the NatTable examples application. It contains all required libraries |
| except the SWT library. To run the plain SWT version of the examples application you need to download the JAR from here |
| and the SWT library for your operating system from the <a href="http://download.eclipse.org/eclipse/downloads/" target="_blank">Eclipse download page</a>. |
| For links to the stable SWT Binary and Source for all platforms, select the entry for the latest official release and then scroll to bottom of page. |
| </p> |
| <p> |
| After you have downloaded the NatTable Examples JAR and the SWT JAR for your platform and placed them together in the same directory, |
| the examples can be started with the following command from the command line: |
| </p> |
| <p><span class="code">java -cp swt.jar;NatTableExamples.jar org.eclipse.nebula.widgets.nattable.examples.NatTableExamples</span></p> |
| <p> |
| The downloads provided for different operating systems are Eclipse 4 RCP applications. To run these you only need to download, |
| unpack and start the executable. Note that these versions also contain the E4 examples, which are not included in the plain SWT JAR. |
| </p> |
| </div> |